Job application assessment
Clone the repository with this command git clone https://github.com/Anuoluwa/Assessment
Change directory into api folder cd api
Run npm install
to install all the dependencies
Run npm start
to start the app
Run npm test
to run the test cases
Clone the repository with this command git clone https://github.com/Anuoluwa/Assessment
Change directory into api folder cd api
Run docker build -t <image-name> .
to build docker image
then docker run -p 49160:8080 -d <image-name>
for the docker image