Skip to content

ssssarah/twango-server

Repository files navigation

API endpoints:

  • Register
  • Log In
  • Create superOrder
  • Get superOrder
  • Delete superOrder
  • Create order
  • Delete order
  • Search superOrders withing reach with tags/search terms
  • Get my superOrders
  • Get my orders' superOrders
  • Change status of order
  • Change password
  • Get User By Id
  • Get Profile
  • Edit Profile
  • Search superOrders within reach of location (still have to figure out API for coordinates check?)
  • Define how user pictures are stored, and if third party hosting solution like cloudinary is called in front or back

Twango

Base code from https://github.com/andregardi/jwt-express-typeorm

Preprend any typeorm command with "npm run" (CF last line of scripts in package.json), for example:

npm run typeorm schema:sync

npm run typeorm migration:run

typeorm migration:create -n <migration_name>

List of all doc pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published