Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 602 Bytes

Red Bicicletas

This is a web a application about rent bikes using docker-compose and mongoDB in local.

  1. git clone the repository
  2. Enter folder: cd <repository>
  3. Install dependencies: npm install
  4. Start application: npm start
  5. Visit http://localhost:3000 in your browser

Docker

The easiest way to get up and running is using Docker. Once the Docker CLI is installed from https://www.docker.com/get-docker.

  1. Run: docker-compose up --build
  2. Visit http://localhost:8080 in your browser