The project implements API via NodeJs.
The project provides API for managing data of opera-assigment front.
Make sure you have installed all of the following prerequisites on your development machine:
Git - Download & Install Git. OSX and Linux machines typically have this already installed. Node.js (version 12.6.0 or higher) - Download & Install Node.js and the npm package manager.
- Download repository:
git clone [email protected]:methodnumber13/opera-assigment-backend.git
- Build docker container
docker build -t opera-assigment-back .
- Runn application with docker
docker run --rm -it -p 9000:9000 opera-assigment-back
- Enjoy!
- Install dependencies:
npm i
- Start application:
npm run build
npm run start