/Create-memories

Create your memories here!

Primary LanguageJavaScript

Create-memories

If you want to add more functionalities or solve a bug you came across, here are the steps to clone this repo and make it up and running in your local machine

Pre-requisites

Existing MondoDB account and your personal database api link

Steps:

  1. Clone this repo
git clone https://github.com/Ambareen09/Create-memories.git
  1. install node dependencies in client and server folder respectively
npm install
  1. Create .env file in server folder and add CONNECTION_URL="YOUR_MONGODB_PRIVATE_LINK"

  2. Start the server in client and server folder respectively

npm start

Hope you have a fun time contributing to this project!