nufiber Getting Started Start up a mongodb instance docker run --name sneezing-michelle -d -p 27017:27017 mongo Run the backend npm start Run the frontend cd frontend && npm i && npm start