Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

nathanfallet/projetoueb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet Oueb

Chat project written with Django and JQuery

Online demo

See projet-oueb.fr

Project report

See REPORT.md

Start the project locally

python manage.py migrate # Migrate database if needed
python manage.py runserver # Start the local server