Skip to content

andrew21-mch/SideHustle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

SideHustle

App

  • Capstone 1
  • .
  • .

Backend With NodeJs

  • Capstone 1

  • .

  • .

  • steps to running

    • clone the repository to your local machine using
    git clone <repolink>
    
    • inside the SideHust/NodesjsFirst
    run npm install 
    

    to get the depencencies

    • to run the server in monotoring mode use
    npm run dev
    
    • to run in static mode run
    npm start
    
  • once done, in case any updates you will like to make, do well to do your changes then back to git

    • stage your changes using
    git add <filename>
    
    • commit your changes using
    git commit -m "description'
    
    • create a new branch based on the feature you made
    git checkout -b feature-name
    
    • push your changes to upstream keeping track of your branch
    git push --set-upstream feature-name
    

Thanks for contributing

About

building up management system for hospital

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published