This is a web a application about rent bikes using docker-compose and mongoDB in local.
- git clone the repository
- Enter folder:
cd <repository>
- Install dependencies:
npm install
- Start application:
npm start
- Visit http://localhost:3000 in your browser
The easiest way to get up and running is using Docker. Once the Docker CLI is installed from https://www.docker.com/get-docker.
- Run:
docker-compose up --build
- Visit http://localhost:8080 in your browser