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

https://github.com/pmarcosfelipe/node-store

Project created to study how to create APIs with NODE.
https://github.com/pmarcosfelipe/node-store

api backend javascript node nodejs rest

Last synced: about 1 month ago
JSON representation

Project created to study how to create APIs with NODE.

Awesome Lists containing this project

README

          

# :books:Node-Store

Project created to study the APIs implementation using NODE based in courses offered by [balta.io](https://balta.io/)

## Installation

After clone the project, use [npm](https://www.npmjs.com/) to install node modules and dependencies.

```bash
npm install
```

## Usage

```bash
npm start
```

## References

[balta.io](https://balta.io/)

[1972 - Criando APIs com Node](https://balta.io/cursos/criando-apis-com-node)

## :pencil: License

Copyright @ 2019 [Marcos Felipe](http://www.linkedin.com/in/pmarcosfelipe).

This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.