Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.36 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.36 KB

License Gitter chat PRs Welcome

Express Rest API with MongoDb Starter

Boilerplate project for bootstrapping development of Rest APIs with NodeJS, ExpressJS and MongoDb using Javascript.

Getting Started

Clone the repository

git clone https://github.com/spinsage/express-js-mongo-starter-rest.git

Install dependencies

npm install

Configure environment variables

  • Create a .env file by copying .env.sample.
  • Update environment variable values in the .env file as needed.

Run the application

For development

npm run start-dev

For deployment

npm run start

Within a Docker container

docker-compose up

LICENSE

Express Rest API with MongoDb Starter is Apache 2-licensed.

Let us know!

We at Spinsage would be happy if you send us links to your projects where you are using our code. Just send us an email at [email protected].

And do let us know if you have any queries or suggestions regarding our work.