A Simple Memories App built on MERN Stack.
Create .env file in root folder. Add the following configurations:
- MongoURI - MongoDB Database URL
$ npm install
$ npm run client-install
# Run server & client in development
$ npm run dev
# Run server only
$ npm start
# Run client only
$ npm run client