Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 910 Bytes

File metadata and controls

28 lines (18 loc) · 910 Bytes

FastFixx Backend Services

fastfixx_logo

This is the backend services for the FastFixx application. It is built using the Express framework with TypeScript. The database is MySQL.

Contributors


How to run this project

  1. Clone this repository
  2. Open XAMPP and start Apache and MySQL
  3. Create a database named fastend
  4. Run npm install to install all dependencies
  5. Run npm run sync to sync the database
  6. Run npm run dev to start the development server

Notes

This project is not 100% complete and is still under development.