Marketplace is a web application that serves as a platform for buying and selling products online. It provides administrators, billers and inventory managers with a convenient way to list their products, browse available items, and make purchases securely.
Backend: Spring Boot (Java)
Frontend: React (Vite + TypeScript), Tailwind CSS
To use this project, first clone it by using
git clone https://github.com/SamPariat/Marketplace.git
Move into the project by
cd Marketplace
Change the directory to the frontend folder using
cd frontend
Install the frontend dependencies using
npm install
or
npm i
To start the frontend server
cd frontend
Then
npm run dev
To start the backend server
Run MarketApplication.java in backend/market/src/main/java/com/marketplace/market
To run this project, you will need to add the following environment variables to your .env file
In backend/market/src/main/resources/application.properties,
modify the following:
DATASOURCE_URL
, DATASOURCE_USERNAME
, DATASOURCE_PASSWORD
- Error image - Photo by Markus Spiske on Unsplash
Dark mode
Light mode
Error Page