https://github.com/msvalandro/nodejs-complete-api
This is a repo to save my work developing an API during the course NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL) from Udemy
https://github.com/msvalandro/nodejs-complete-api
Last synced: over 1 year ago
JSON representation
This is a repo to save my work developing an API during the course NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL) from Udemy
- Host: GitHub
- URL: https://github.com/msvalandro/nodejs-complete-api
- Owner: msvalandro
- Created: 2019-02-17T14:11:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T01:33:36.000Z (over 7 years ago)
- Last Synced: 2025-01-08T09:15:32.286Z (over 1 year ago)
- Language: JavaScript
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Complete API
This is a repo to save my work developing an API during the course NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL) from Udemy
## Running
To launch the API you only need to clone this project and run the steps bellow:
```
npm install
npm start
```
## Environment
- Node.js v8.12.0