This is a template of a NodeJS API using ExpressJS, docker & docker-compose
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Cloning the repo
git clone https://github.com/jbheber/node-express-api.git
- Installing dependencies
cd node-express-api
npm i
- Starting the api
npm start
// or start the api in a docker container
docker-compose up
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Juan Heber - Initial work - jbheber
This project is licensed under the MIT License - see the LICENSE.md file for details