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-purpose
or reuse one you already have. -
Update the
MONGO_DB_CONNECTION
in yournodemon.json
file with the full connection string. Make sure you include the password you set up for the database and change the name of the database fromtest
to something lkepies_server_dev
. -
npm install
-
npm run dev
Once installation is working, try creating and requesting resources.