Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 749 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 749 Bytes

Memories

How to run project

  1. Clone the repository:

    git clone https://github.com/akshay-bharadva/memories
  2. Add mongodb-connection-url under back/.env directory for MONGODB_CONNECTION_URL variable.

  3. Install node-modules and start

    • 2.1. for frontend, your frontend will start on port 3000
      cd front
      npm i
      npm start
    • 2.2. for backend, your backend will start on port 5001
      cd back
      npm i
      npm start

Snapshots

Snapshot#1 Snapshot#2 Snapshot#3 Snapshot#4 Snapshot#5 Snapshot#6