View Demo · Report Bug · Request Feature
It is an E-Commerce application that makes it easy for us to make online buying and selling transactions anywhere and anytime. Built with React Js on the front end, Node Js and Express Js on the back end. This application has two roles, such as seller and customer. As a seller in this application you can add, delete and update the items you want to sell. As a customer in this application you can add the items you want to buy into the bag to find out the details of the total payment.
- Authentication users with JWT
- CRUD Product
Provide the env value to use the api from the backend like this : REACT_APP_API = http://localhost:4000
-
Clone the repository
https://github.com/depri11/fe_vehicle
-
Install dependencies
yarn install
-
Add .env file at root folder project
REACT_APP_API = [Backend API]
-
Run the app
yarn start
-
You are all set!
View the website at: http://localhost:3000
Backend API : Vehicle - Backend here