Install all dependencies with npm install
Test it with npm run test
You need a running instance of MongoDB (dockerized or not). If you have special configuration use
MONGO_URI
to set your custom connection string.
Just the node app? npm start
Want some DB with that? docker-compose up