Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 401 Bytes

Memories App

A Simple Memories App built on MERN Stack.

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