Skip to content

Instantly share code, notes, and snippets.

@ranamahmud
Forked from Saad-Bashar/bootcamps-api.md
Created September 19, 2020 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ranamahmud/1fb39dfce5b3da61b1fb1dc5329dfbb2 to your computer and use it in GitHub Desktop.
Save ranamahmud/1fb39dfce5b3da61b1fb1dc5329dfbb2 to your computer and use it in GitHub Desktop.

Login Screen

  • login api (that should return token if succeed)

Sign Up

  • create user (also returns token)

Home screen

  • get all bootcamps (return bootcamps if the user has not made any choice on them)

Details Screen

  • get single bootcamp

Save bootcamps screen

  • get saved bootcamps

Profile screen

  • get user data
  • get users created bootcamp
  • Delete bootcamp

Edit profile screen

  • user update

Create bootcamp screen

  • create bootcamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment