Skip to content

sagrawal9689/Tasks-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks-App

Deployed at https://task-app4.herokuapp.com/

Description

A simle task app where users can login and add tasks.

Built With

  • Node.js
  • Express.js
  • ReactJS
  • Redux
  • MongoDB

Demo

This application is deployed on Heroku. Please check it out 😄 here.

Installation

  1. Clone the repo
    git clone https://github.com/sagrawal9689/Tasks-App.git
  2. Install NPM packages in the root folder
    cd Tasks-App
    npm install
  3. Install NPM packages in frontend folder
    cd frontend
    npm install

Env Variables

Create a config.env file in the root and add the following

NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'abc123'
JWT_EXPIRES_IN= 1d

Run

# Run backend (:5000)
npm start
cd frontend

# Run frontend (:3000)
npm start

About

Task app for adding tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published