Skip to content

B324W17/fullstack-project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack Project

Deployment

frontend: https://frontend-yl3a.onrender.com/ Backend: https://backend-oqv7.onrender.com/

How to run project

Front-end

  1. Step 1: cd to client
  2. Step 2: yarn
  3. Step 3: yarn start

Back-end

  1. Step 1: cd to api
  2. Step 2: yarn
  3. Step 3: yarn start

Remember to run both front-end and back-end at the same time

Requirements

Back-end

  1. Create a server
  2. Connect to database
  3. Create at least 5 products in Database by POST methods
  4. Create a route that allow user can get list of products
  5. Create a route that allow user can get product detail
  6. Create a route that allow user can register, log in with password and email
  7. Create a route that allow user can make order in front-end then send order information to database
  8. User can display his/her orders

Front-end

The website has at least these pages: landing page, product page, product details, wish list ,order page, user register,log in page and user information page

  • Redux Toolkit is optional

  • Styling library: free to choose

MAKE THE WEBSITE AS BEAUTIFUL AS MUCH AS YOU CAN

DEADLINE 28/07/2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published