The Aurora app is a website designed to inform about the upcoming Aurora Mental Health AI service utilizing blogs, topics, subscriptions, and testimonials. It has been designed and built by Emily Morgan, Freddy Rendon, Gabriel Reiter, Dean Ding, and Ash Iranfar.
Emily Morgan
Freddy Rendon
Gabriel Reiter
Dean Ding
Ashkaun Iranfar
For additional information please check out the WIKI page on this repo:
git clone https://github.com/team-8-hackathon/hackathon.git
- Create a .env file and copy the contents of the .env.example into it, it will be missing secret keys
- Enter virtual environment shell:
pipenv shell
- Install the dependencies:
pipenv install
- Start the backend server:
flask run
- Initialize the database:
flask db init && flask db upgrade
- Seed the database:
flask seed all
to unseed useflask seed undo
- Install the dependencies:
npm install
- Start the server:
npm start
- visit http://localhost:3000/