amaclean2 / SundayPeak

The repo for Sunday Peak
https://sundaypeak.com
2 stars 0 forks source link

Get an Express backend set up #8

Closed amaclean2 closed 1 year ago

amaclean2 commented 2 years ago

Express-Apollo Template https://github.com/aichbauer/express-graphql-boilerplate/blob/master/api/api.js

Everything has been migrated back to Express, no more GQL.

Flow 1 - User sign in:

Flow 2 - Page load:

Flow 3 - Tick added:

Flow 4 - Activity added:

Flow 7 - Add a new adventure:

Flow 8 - Add a new user:

Flow 9 - View other user:

Flow 10 - View detailed line view:

Flow 11 - Edit user:

Flow 12 - Delete user:

Flow 13 - Edit line:

Flow 14 - Delete line:

amaclean2 commented 1 year ago

Done!