Skip to content

LuckyShuii/LUCAS-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

LUCAS|DB

Symfony VueJS

Databases administration project to save time daily without using interfaces I do not like. This project uses Symfony 7, Vue 3 and diverse libraries

Run the project

At the moment, this project only runs on MySQL. Using other databases may work but unexpected behavior can occure.

Start API

cd api

composer install : only the first time you run the project

change .env file, line DATABASE_URL= with the proper data of your database (in order to get the login info to run queries)

symfony console d:d:c

symfony server:start

Start Front

cd front

npm install : only the first time you run the project

npm run dev

Preview

Query TAB