My individual website project, where I developed both the frontend and backend. The layout was inspired by a Figma design (with the author's permission). I made several enhancements and ensured the interface is fully responsive.
| Main menu | Contact us |
|---|---|
![]() |
![]() |
| Services | News |
![]() |
![]() |
-
Frontend:
- HTML
- CSS
- JavaScript
-
Backend:
- Python
- Flask
- Swagger
-
Database & ORM:
- SQLite
- SQLAlchemy
-
Authentication:
- Flask-Login
- Flask-Bcrypt
-
Clone the repository:
git clone https://github.com/yourusername/Formag-Project.git cd Formag-Project -
Create a virtual environment:
python3 -m venv venv source venv/bin/activate -
Install the dependencies:
pip install -r requirements.txt
-
Run the application:
flask run
This project uses Flasgger to generate Swagger API documentation.
To view the API documentation, run the application and navigate to /apidocs in your browser.
flask runOpen your browser and navigate to
http://127.0.0.1:5000/apidocs



