This project implements a web application for viewing cars and brands, allowing users to log in with existing accounts, view brands, and perform CRUD operations on vehicles.
- Frontend: React
- Backend: Node.js, Express, Sequelize, SQLite
- Testing: Jest
- Go to the BACK and FRONT folders.
- Run the following command in each folder to install dependencies:
npm installTo run the project in development mode, use the following command:
npm run devThe project will run on localhost.
To run the tests for the project, use:
npx jest --testTimeout=10000- Admin Access: Only administrators can view.