This is an example server running with MongoDB.
-
Fork & clone
-
cp nodemon.sample.json nodemon.json -
Create a new Cluster on MongoDB Atlas titled something like
general-purposeor reuse one you already have. -
Update the
MONGO_DB_CONNECTIONin yournodemon.jsonfile with the full connection string. Make sure you include the password you set up for the database and change the name of the database fromtestto something lkepies_server_dev. -
npm install -
npm run dev
Once installation is working, try creating and requesting resources.