This is the backend service for the Fun Life application. The backend is built using Python and deployed on Netlify.
- Clone this repository
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables (see
.env.example
) - Run the development server:
python app.py
This project is configured for deployment on Netlify using GitHub integration.
Create a .env
file with the following variables:
DATABASE_URL
: Your database connection string- Add other environment variables as needed