This is the backend services for the FastFixx application. It is built using the Express framework with TypeScript. The database is MySQL.
- Clone this repository
- Open XAMPP and start Apache and MySQL
- Create a database named
fastend - Run
npm installto install all dependencies - Run
npm run syncto sync the database - Run
npm run devto start the development server
This project is not 100% complete and is still under development.
