A web system built with Flask and Bootstrap for managing applicant records. This application has an admin interface that allows creating, reading, updating, and deleting applicant records.
- Python 3.12
-
Clone the repository:
git clone https://github.com/Mowpey/ICT_Proficiency.git cd ICT_Proficiency
-
Create a virtual environment:
For Linux or macOS:
python3 -m venv myvenv source myvenv/bin/activate
For Windows:
python -m venv myvenv myvenv\Scripts\activate
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
flask --app main.py --debug run
- Open your browser and navigate to
http://localhost:5000
. - Use the interface to manage applicant records.
- To Create an admin account, access directly the sign up page using "/sign_up" in the browser
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or feedback, please contact us at [email protected].