Skip to content
Snippets Groups Projects
Unverified Commit 70240c07 authored by Ivan Alglave's avatar Ivan Alglave Committed by GitHub
Browse files

Update README.md

parent 8e8a4c31
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,16 @@ This is the **REST API** connecting to the InternshipManager front end applicati
Built using [node](https://nodejs.org/en/)@v16.10.0 !
### Setting up NestJS
If you don't already have NestJS as a global dependency, execute the following :
```bash
$ npm install -g @nestjs/cli
```
You may need to restart your console to be able to use the NestJS commands.
### Setting up dependencies
Use npm to download all the dependencies :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment