Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.01 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.01 KB

License Plate Auction System

project-image

A vehicle license plate auction system for Vietnamese citizen.

🧐 Features

Here're some of the project's best features:

  • Authentication/Authorization
  • Socket-based auction
  • 2FA with email to join auction
  • Specialized dashboard for Admin
  • ...

🛠️ Installation Steps:

1. Move to server folder

cd server

2. Install requirements

npm install

3. Run the server

npm run dev

4. Move to client folder to run FE

cd client

💻 Built with

Technologies used in the project:

  • NodeJS
  • ExpressJS
  • ReactJS
  • MySQL
  • Prisma
  • Socket.io
  • MaterialUI