Welcome to Aurora

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.


Aurora Live Link

Home Page

Splash-Page


Blog Page

Blog-Page


Admin Dashboard

Admin-Dashboard


Aurora was created with the following languages and frameworks:



Meet the team:


Emily Morgan

Linkedin

Github


Freddy Rendon

Linkedin

Github


Gabriel Reiter

Linkedin

Github


Dean Ding

Linkedin

Github


Ashkaun Iranfar

Linkedin

Github


For additional information please check out the WIKI page on this repo:

WIKI

Team-8-Hackathon

INSTALLATION (LOCAL)

  • git clone https://github.com/team-8-hackathon/hackathon.git

From the root directory

  • 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 use flask seed undo

From the frontend directory: cd frontend/