The MERN server created in my Medium story: MERN Tutorial - Creating a Server.
- Type
mongod-dbpath <mongo-data-dir>
to start the Mongo daemon in the background (the database used for this project) - Type
DEBUG=server:* npm start
in your server directory to start the server