mongodb
- email:
[email protected]
- password:
iftee27
every signed up user is stored in mongo db, and then used to associate orders they create. those orders and the users which those belong to can be viewed by the admin user.
the admin can view every signed up user and every orders created separately.
- next js (api routes to make calls to db for users and orders)
- tailwind css
- mongodb with mongoose
- jwt for auth