NodeAuthAPI Prerequisites: NodeJS MongoDB Before running the server: Make sure to start the MongoDB: sudo service mongod start Run project: git clone cd NodeAuthAPI/ npm i npm run start