Skip to content

An Electronic Health System Prototype for Alzheimer's Disease

Notifications You must be signed in to change notification settings

asliayk/final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 

Repository files navigation

PATIENT EVALUATION SYSTEM (PES)

Final-Poster1024-1

To setup your development environment:

  1. Create virtual environment virtualenv venv

  2. Activate your virtual environment with venv\Scripts\activate

  3. cd project and install requirements with pip install -r requirements.txt

  4. Place .env file under this path: final\project

  5. Create migration files python manage.py makemigrations

  6. Handle database migrations if any python manage.py migrate

  7. Run the server with python manage.py runserver

  8. Open another terminal for frontend and run cd project/frontend

  9. Install node modules with npm install

  10. Run with npm start

About

An Electronic Health System Prototype for Alzheimer's Disease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published