Skip to content

Flask + SQL web application, serving as an online learning platform to teach children about climate change.

Notifications You must be signed in to change notification settings

James-02/Climate4Kids

Repository files navigation

Climate4Kids Flask Web Application

To run the Flask server with the terminal:

  • Move into dir cd Climate4Kids
  • Build with make
  • Run with make run
  • Go to http://127.0.0.1:5000/

Cleaning

You can clean the directory of pycache and .pyc/.pyo files with: make clean

You can also clean the directory of everything generated upon building with make cleanall Be careful, this will remove your venv, sqlite.db and .env

Important

  • For full functionality register a teacher account with an accessible email.
  • The project is currently using a local sqlite3 db as it is easier for development however MySQL is fully implemented to use if necessary.

REPO

https://github.com/James-02/Climate4Kids

Examples

745bcb9c4417e19bca95dc4d0d49b492

About

Flask + SQL web application, serving as an online learning platform to teach children about climate change.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published