Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 314 Bytes

Sykkel

Dev

  1. You can either use docker and run the docker-compose up -d and you get a mongodb or run mongo through your distro
  2. Create a database in mongodb
  3. Start the server using MONGODB_URL=mongodb://root:password@localhost:27017 PORT=8080 SESSION_SECRET=<sssh, this is secret> node server.js