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.
- Host: GitHub
- URL: https://github.com/pmarcosfelipe/node-store
- Owner: pmarcosfelipe
- License: mit
- Created: 2019-11-26T04:40:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T04:53:00.000Z (over 3 years ago)
- Last Synced: 2025-02-23T22:27:33.133Z (over 1 year ago)
- Topics: api, backend, javascript, node, nodejs, rest
- Language: JavaScript
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.