Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

## Architecture

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 dependencies

yarn install

# Start server

yarn run server
```

#### ☑ TODO

* [ ] Documentation
* [ ] CI with Travis
* [ ] Docker

#### License

MIT