Demo • Key Features • How To Use • Screenshots
Here is a live working demo : https://sharenotes-0eh7.onrender.com/
- Yet to add
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Piyush-Deshmukh/sharenotes.git
# Go into the repository
$ cd sharenotes
# Install dependencies
$ npm run setup-project
# Create .env file
# set ENV Variables, use sample .env below
# Run the app
$ npm run devNODE_ENV=
PORT=
MONGO_URL=
JWT_SECRET=
JWT_EXPIRES_IN=
FIREBASE_API_KEY=
FIREBASE_AUTH_DOMAIN=
FIREBASE_PROJECT_ID=
FIREBASE_STORAGE_BUCKET=
FIREBASE_MESSAGING_SENDER_ID=
FIREBASE_APP_ID=










