Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhsin-k/express-mongodb-starter
Express boilerplate for creating REST Apis
https://github.com/muhsin-k/express-mongodb-starter
es6 express mongodb mongoose nodejs redis
Last synced: 12 days ago
JSON representation
Express boilerplate for creating REST Apis
- Host: GitHub
- URL: https://github.com/muhsin-k/express-mongodb-starter
- Owner: muhsin-k
- Created: 2018-03-24T05:49:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T05:47:49.000Z (over 6 years ago)
- Last Synced: 2024-12-18T13:07:46.861Z (20 days ago)
- Topics: es6, express, mongodb, mongoose, nodejs, redis
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Architecture
* [Express](https://expressjs.com/)- Nodejs framwork for building the REST Apis
* [Mongodb](http://mongodb.com/)- Document oriented NoSQL database
* [Mongoose](https://http://mongoosejs.com)- MongoDB object modeling tool
* [Redis](https://redis.io/)- In memory key-value database#### Clone the project
```sh
# clone it
git clone https://github.com/muhzi4u/express--mongodb-starter.git
cd express-mongodb-starter/
# Make it your own
rm -rf .git && git init
# Install dependenciesyarn install
# Start server
yarn run server
```#### ☑ TODO
* [ ] Documentation
* [ ] CI with Travis
* [ ] Docker#### License
MIT