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

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

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