This project is based on the idea proposed to us by our supervisor mr. adelanwa
It gives hope for the hopeless and provide other options for them, don't get me wrong, all I mean is that there are students who wished for admission to their dream school, but either fortunately or unfortunately they might not qualify to the course of their choice based on their performance on their pre-entrance examination, so our project is for the who does not know maybe they'll qualify for our institution, our application provide the ability to see what they are lacking in the data's they provide and it'll also be able to give them suggestions on courses that could accept to our institution.
Students Involved note: only the first one wrote the project
- Olatide Joseph Adeniyi
To be able to run this program you'll have to the following installed
- A web browser
- Python
Run the following command to install the application
pip install -r requirements.txt
export FLASK_APP=app.py
export FLASK_DEBUG=0
flask create-default
To run the application You must be connected to the internet to download the necessary cdn for the user inter face.
flask run
...
The application should start running now.
- Python/Flask
from flask import Flask
app = Flask(__name__)
if __name__ == "__main__":
app.run()
- Javascript/Jquery
$(document).ready(function()
{
console.log("Javascript Jquery")
});
- Html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello \recommender</title>
</head>
<body>
<h1>\recommender</h1>
</body>
</html>
- Css/Bootstrap
body{
background-color: black;
}