Memories App
A Simple Memories sharing app built on MERN Stack.
Demo
Click here for demo.
Configuration
Create .env file in root folder. Add the following configurations:
- MongoURI - MongoDB Database URL
Installation
$ npm install
$ npm run client-install
Running the app
# Run server & client in development
$ npm run dev
# Run server only
$ npm start
# Run client only
$ npm run client
License
This project is MIT licensed.
Log in or sign up for Devpost to join the conversation.