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