Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Task management app using MERN stack with features like user login, saving task to database and more

Notifications You must be signed in to change notification settings

vindhujabk/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Run the following command to clone the repository

git clone https://github.com/vindhujabk/todo-app.git

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
PORT=8000
JWT_SECRET=a random secret key eg. arandomsecretkey

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

REACT_APP_GITHUB_TOKEN=github personal access token

Run the App

Go to backend and frontend directory and start the server

cd backend
nodemon index
cd frontend
npm start

About

Task management app using MERN stack with features like user login, saving task to database and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published