NodeJS REST API application based on Koa and Mongoose.
You need to install Docker and NodeJS first.
- Install local npm dependencies.
npm install
- Start docker container.
docker-compose up
- Open application locally on port 3000.
http://localhost:3000
- Use API according to documentation.