A Favicon generator app, converts image design(.PNG, .JPEG) to smaller favicon sizes which are available for download and available to use in the HTML code
The application allows authenticated users to upload images and they convert the images into the different sizes of favicon. Users can choose the sizes they want and then download. The HTML embed code is also available to use during coding process.
This project was created in
-
run git clone https://github.com/zuri-training/Favicon_gen-Team-68.git
-
create a virtual environment
-
run
pip install -r requirements.txt
-
- To use the default sqlite database
- run
python manage.py makemigrations
- run
python manage.py migrate
- run
python manage.py runserver localhost:8000
- run
- To use postgreSQL as default database
- Install postgreSQL
- create a
.env
file in your project root directory - In the
.env
define variable nameUSE_PROD=1
andDB_PWD=<your database password>
- run
python manage.py makemigrations
- run
python manage.py migrate
- run
python manage.py runserver localhost:8000
- To use the default sqlite database
-
Apache Licensed
Thanks to zuri Training and Ingressive for Good for the provision of this learning experience.
zuri.training Website
Ingressive for Good Website
All thanks goes to these wonderful teamates for making sure this project came to being👏
TonySmile |
David Oluwafemi |
Victory Abayomi |
Deborah Udoh |
Gabriel Isuekebho |