Skip to content

Iftee97/crwn-clothing-next

Repository files navigation

Crwn Clothing

products fetched from:

mongodb

admin auth crendentials:

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.

techs used:

  • next js (api routes to make calls to db for users and orders)
  • tailwind css
  • mongodb with mongoose
  • jwt for auth