Skip to content

adii9876/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Go to ```frontend``` and ```backend``` directory to install packages
cd frontend
npm install
cd backend
npm install

Configuration

Create .env file inside backend directory and copy the following code

MONGO_URI=Your mongodb URI
GMAIL_USERNAME=your gmail address 
GMAIL_PASSWORD=password created inside 'App Password' section under google accounts setting
PORT=8000
JWT_SECRET=a random secret key eg. thisisasecretkey

Run the App

Go to backend and frontend directory and start the server

cd backend
nodemon server
cd frontend
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published