Skip to content

SonQHoang/Apocalypse-Weather-Now

Repository files navigation

Apocalpyse Weather Now

Welcome to Apocapylse Weather Now, affectionately referred to as AWN by its users. This is the one stop shop for all the latest apocalyptic weather and situations live across the world!

Whether you are stopping by to bolster your knowledge or just want to see know and see that you aren't alone in experiencing the world as we know it today, come check it out live at:

https://awn-render.onrender.com

Index

Screenshot 2023-09-04 at 9 42 04 PM Screenshot 2023-09-04 at 9 41 34 PM Screenshot 2023-09-04 at 9 40 01 PM Screenshot 2023-09-04 at 9 40 12 PM Screenshot 2023-09-04 at 9 46 18 PM Screenshot 2023-09-04 at 9 40 40 PM Screenshot 2023-09-04 at 9 41 02 PM Screenshot 2023-09-04 at 9 41 17 PM

Getting Started

  1. Install dependencies
pipenv install -r requirements.txt
  1. Create a .env file based on the example with proper settings for your development environment

  2. Make sure the SQLite3 database connection URL is in the .env file

  3. Replace the value for SCHEMA with a unique name, making sure you use the snake_case convention.

  4. Get into your pipenv, migrate your database, seed your database, and run your Flask app

pipenv shell
flask db upgrade
flask seed all
flask run

To run the React App in development, checkout the README inside the react-app directory.

Get in Touch with the Team:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published