Skip to content

LS-kcl/aphasia-dashboard

Repository files navigation

Installation Instructions

Set up a virtual environment:

virtualenv venv source venv/bin/activate

Install packages required for backend:

pip install -r requirements.txt

Installing the Frontend:

npm install

Apply migrations to the database

python manage.py migrate

Create secret .env file with API Keys

Create developer accouns with OpenAI and Unisplash, and add their secret keys to a new file named .env in the root directory

Run backend and frontend

python3 manage.py runserver npm run start

Resources used:

Django text to speech Installing axios for react Developing react components Installing bootstrap for React Using react-bootstrap for responsive web design Setting innerHTML values in React Rendering markdown in the page Storing secret keys securely for deployment Developing multi-page react apps 1 Developing multi-page react apps 2 Remarkable documentation Possible solution for stripping markdown Getting values from URL inside component Setting up login and authentication cookies for React Setting up login and authentication cookies for React 2 JWT tokens simplified

About

A tool to help produce accessible content for those suffering from stroke complications

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages