https://github.com/tabuckner/node-rest-shop
Simple REST API project
https://github.com/tabuckner/node-rest-shop
Last synced: 2 months ago
JSON representation
Simple REST API project
- Host: GitHub
- URL: https://github.com/tabuckner/node-rest-shop
- Owner: tabuckner
- License: mit
- Created: 2018-06-16T17:21:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T17:37:15.000Z (about 8 years ago)
- Last Synced: 2025-06-09T14:49:52.454Z (about 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Node Rest Shop
Simple REST API example.
## Description
Mock API using JWT auth, MongoDB Atlass, and a small collection of milddleware. Attempts to follow an MC approach.
## Getting Started
### Dependencies
- Node
- MongoDB Atlas account/project.
### Installing
- npm i
### Executing program
Run nodemon
```
npm start
```
## Help
Should you have any questions open an issue via github.
## Authors
[tabuckner](https://github.com/tabuckner)
## Version History
- 0.1
- Initial Release
## License
This project is licensed under the MIT License - see the LICENSE.md file for details