Skip to content

Instantly share code, notes, and snippets.

@Saad-Bashar
Created August 22, 2020 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Saad-Bashar/5af80bb41a8edf21e8329b223112b0e5 to your computer and use it in GitHub Desktop.
Save Saad-Bashar/5af80bb41a8edf21e8329b223112b0e5 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