Skip to content

ankitkat042/FlashCars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlashCars drawing drawing drawing drawing

A Relational DBMS project made in Winter Semester 2023

Tech Stack :

Backend: MySQL, Java, Springboot
Frontend: HTML, CSS, React.js

CTRL+click on below image to open the video in new tab

FlashCars Demo

Relational Model Visualisation of FlashCars

realtional model

Entity Diagram of FlashCars

entity diagram

How to run on your local machine

  • Make sure you have Eclipe IDE installed and install STS(spring boot extension)
  • edit your local MySQL database credential in application.properties located in backend\demo\backend\src\main\resources\ as follows:
spring.datasource.url=jdbc:mysql://localhost:3306/demo?useSSL=false
spring.datasource.username=<your user name>
spring.datasource.password=<your dbb password>
#dont change port 3306 in case you haven't configured it manually(default is 3306)
# db name is demo and SSL is turned off for local instance
  • install required packages to run npm on machine.
  • create a blank database using MySQL CLI : create database demo;
  • Load backend folder in Eclipse IDE and Run the project.
  • Open frontend folder in vscode and run npm start in root folder.
  • The website will be instanced on port 3000 by default and you can access the website at http://localhost:3000

made with ❤ by Ankit and Aryan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published