Skip to content

raphaelavelar/computer-science-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer science final project

Requirements

  1. Node v20.16.0
  2. NPM v10.8.2
  3. Angular v18.2.1
  4. Python v3.12.1

Environment setup

Automatic setup

As an alternative, it is possible to use a script to setup the environment instead of manually executing the process.

bash scripts/setup-environment.sh

Note that, by using it, the backend is served as a headless service and it will require the process id (PID) to stop it.

ps aux | grep "python manage.py runserver"

Frontend

Install Angular and the required dependencies.

npm install -g @angular/[email protected]
npm install

Start the application

ng serve

Backend

Install the required dependencies.

pip install -r requirements.txt

Execute the migrations

python manage.py migrate

Start the server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published