Skip to content

Codename-shaShank/WaGe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaGe

Worker booking app

  1. clone it
git clone [https://github.com/Codename-shaShank/WaGe.git]
# go to project directory
cd WaGe
  1. Install packages
  • Backend => In root directory run following command
  • Frontend => In client-side folder run same following command
npm install
  1. Change the created .env file in the root directory and add following variables
dburl = 'your mongodb cluster url'
PORT = 'the port in which you want to run your nodejs/backend'
jwt_secret = 'your jwt secret'
  1. Run it 🚴‍♂️
  • Backend => First run following command in root directory, it will start server on port 3001
  • Frontend => Second run same command in client side folder on another terminal, it will lauch react app
npm start

To commit and push changes

Before you start working
Always -

git pull

After you done making some changes

git checkout -b <branch_name>
git add .
git commit -m "message"
git push
  • Note
    Please don't commit on main branch

About

Worker booking app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors