Selim-Hmdi / FlowReaderWebSite

School project : A simple website allowing to read web flow such as rss and atom flow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author

Written by Guille Gregoire and Hoummadi Selim, currently students at the IUT of Amiens.

How to use this project ?

Git

Install git

Follow instruction on the following website, depending of your OS

Download git

Clone project

When you have git installed, you simply have to enter the following command :

git clone https://github.com/Aszriel/FlowReaderWebSite.git

How to run the project

Create the tables

Simply run the command :

Flask initdb

Drop the tables

Flask dropdb

Create sample user

Flask createuser

This command create an user toto with the password tutu and an user thor with password flash

Note that you have to create the tables with the command Flask initdb in order to create an account.

About

School project : A simple website allowing to read web flow such as rss and atom flow.


Languages

Language:HTML 48.4%Language:Python 40.5%Language:CSS 11.1%