Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 266 Bytes

File metadata and controls

14 lines (10 loc) · 266 Bytes

RUN

  • npm i
  • npm run start

List of APIs

  • localhost:3000/
  • localhost:3000/cities

Basic gits

  • git checkout -b branch-name - Create a new branch
  • git branch -a - List all branches
  • git checkout branch-name - Switch to a branch