⚠ Import repository from : https://gitlab.iut-valence.fr/cellardr/project-web-s2
Web server for the project of Web development (M2105).
Framework used :
- Bootstrap : https://getbootstrap.com/
- Font Awesome : https://fontawesome.com/
Library used :
- Cherrypy : https://github.com/cherrypy/cherrypy
- Mako : https://pypi.org/project/Mako/
- PyMySQL : https://github.com/PyMySQL/PyMySQL/
Installation :
- Create ressource/py/settings.py
- Copy and fill the require information :
## -*- coding: utf-8 -*-
def getSettings():
settings = {
"db": {
"address": "DB_ADDRESS",
"database": "DB_NAME",
"login": "DB_USERNAME",
"password": "DB_PASSWORD"
}
}
return settings
- Import cellardr.sql in your database
- Run server.py