Skip to content

shmiitg/Project-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Following are the steps to run taskup on your local environment

  1. Install all the required packages and dependencies.
npm install
  1. Create a .env file in the same directory with the following configurations
DB_PASSWORD = <your mysql password>
ACCESS_TOKEN_SECRET = <secret key for access token>
DATABASE_URL = <your mysql url for connection>
  1. Run the dev server.
npm run devStart
  1. Click here to see the backend server running in the browser OR navigate to
http://localhost:5000
  1. To run the client, navigate into the client directory
  cd client
  1. Run the client
npm start
  1. Click here to see the client running in the browser OR navigate to
http://localhost:3000

About

Project Manager using SERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published