Skip to content

iahammed/taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Task Manager

Its a simple task manager using React, Expeess and Mongo

Available Scripts

It contains two parts

  1. Frontend
  2. Backend for json response form frontend

How to run

For Backend need Docker install

  1. if you do not have Docker install download docker from https://www.docker.com/
  2. cd to /backend
  3. run > docker-compose up -d

which will install mogodb and node container to prode api data need for front

For Frontend

  1. cd to /frontend
  2. npm start which will start at port :3000

For dockee stop

  1. run > docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published