Skip to content

matiask400/Vehicles-Dealership

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vehicles Dealership

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.

Technologies Used

  • Frontend: React
  • Backend: Node.js, Express, Sequelize, SQLite
  • Testing: Jest

Installation

  1. Go to the BACK and FRONT folders.
  2. Run the following command in each folder to install dependencies:
npm install

Running the Project

To run the project in development mode, use the following command:

npm run dev

The project will run on localhost.

Running Tests

To run the tests for the project, use:

npx jest --testTimeout=10000

Security

  • Admin Access: Only administrators can view.

About

A web application for managing vehicles and brands at a dealership. Users can view, create, update, and delete vehicles. Built with React, Node.js, Express, Sequelize, and SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors