Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.
/ project-web-s2 Public archive

Web server for the project of Web development (M2105).

License

Notifications You must be signed in to change notification settings

RemiCELLARD/project-web-s2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ Import repository from : https://gitlab.iut-valence.fr/cellardr/project-web-s2

Web server for the project of Web development (M2105).

Framework used :

Library used :

Installation :

  1. Create ressource/py/settings.py
  2. 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
  1. Import cellardr.sql in your database
  2. Run server.py

About

Web server for the project of Web development (M2105).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published