Skip to content

Nana2929/dbms-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbms-final-project

Demo

dbms-gui-short-demo.mp4

Install the required packages

  1. Frontend: react
  2. Backend: see dbms-backend/requirements.txt

How to start the project in full form

  1. Frontend:
cd dbms-frontend
yarn start 
  1. Backend: Mainly FastAPI.
cd dbms-backend
python3 main.py 
  1. Database: I start the DB as a docker container. docker run <image> or docker start <container-id>
  2. Content-Management System (CMS) (For my reference)
# cd projects/directus/dbms-final
npx directus start 

Releases

No releases published

Packages

No packages published