This simple university finder app is just a console app that can search for any available university in the world.
These instructions will get you a copy of the awesome app.
- Just clone this repository by typing:
git clone https://github.com/Lemmah/UniversityFinder.git
- Switch to project directory:
cd UniversityFinder
- Install project requirements using python pip. But wait, you have to have some stuff before you get to this point. So these are:
- Python3 and above
- Python virtual environment (not really, but is coming up) Just type:
python -V
in your terminal and if its not greater than or equal to 3.5, you're not in big trouble, there are tons of tutorials to get up up and running with these. Just grub one then come back when done.
Now, you have python3 and a way of running a virtual environment. Lets set up the project environment.
- Create your virtual environment. Usually, without any wrappers:
python -m venv my_venv
- Start your virtual environment:
source my_venv/bin/activate
- Install the project requirements specified in the requirements.txt file. Usually,
pip install -r requirements.txt
This is enough to get you started. More instructions are coming up as the project advances.
In the app root directory:
pytest
No worry about deployment, you just run it on your console. As easy as:
python3 app.py
Built with love using:
Python3
Create your pull request :D
For the versions available, see the tags on this repository.
- James Lemayian - Kickstarting the project - @Lemmah
This project is currently under the Creative Commons attribution.
- Andela Kenya - Inspiring the idea.