This is an E-commerce web application for selling tshirts which is made using NodeJS and Express in backend and React in frontend
To get started and run the app:
- Clone the project.
- Run npm install to install the corresponding node packages
- Run npm start to run the app on http://localhost:3000
Features Of the application:
- Login and SignUp to the application
- Authentication using uuid
- Separate profile for the users and admin
- Selected products are reflected in the cart section.
- Separate database for the products, user, orders,etc.