Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 3.05 KB

README.md

File metadata and controls

78 lines (59 loc) · 3.05 KB

Node.js project template

Ready to use Node.js project template.

GitHub license Github stars Github forks Github pull requests Github issues Github contributors

Ready to use Node.js project template.

Stack

Node.js Express Babel Jest MongoDB Docker GNU Bash

Development setup

  1. Clone repository:
git clone [email protected]:Dzidzileyla/node-template.git
  1. Configure .env file based on .env.dev template.

  2. Run docker configuration for development stage:

docker-compose -f docker-compose-dev.yml up
  1. Using postman check 0.0.0.0:8081.

  2. Ready to go!

Licence

Distributed under the MIT License. See LICENSE for more information.