Welcome to School-Website-project! This project is a website that I've built for a school project. The server is written in Python using the Flask library and for the database SQLite.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yardenfalik/School-Website-project.git
- Navigate to the project directory:
cd School-Website-project
- Install the flask library:
pip install Flask