An open API service indexing awesome lists of open source software.

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

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