Cookie stand admin app created using Next.js and styled using Tailwind CSS. The app features a React front-end and Django CRUD back-end. On the front-end, the user uses a login form. This connects to the API which authenticates the user using token authentication. Once logged in, the user can add new cookie stand location information. The user can also delete any cookie stands they added. Both the front-end and back-end are deployed.
- chatGPT
- Next.js
- TailwindCSS
- Vercel
- N/A
- N/A
Front-End
- Visit front-end deployed site
- Login using username and password created below on the api back-end site
- Add cookie stand
- Note: you can only delete cookie stands that you created with your account
Back-end
- Visit deployed back-end and click on
get startedandcreate accountto set up account - Visit front-end deployed site to login
- Note: must be authenticated view routes; staff account required for admin actions; restrictions apply to updating and deleting data that you did not create
- View API at route: https://cookie-stand-api-rhett-chase.vercel.app/api/v1/cookie_stands/
N/A
N/A