Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
/ Evridge Public archive

Simple Web Application which everyone can inform their event or something

Notifications You must be signed in to change notification settings

KatHaruto/Evridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was created for a class project, to learn the overview of web applications.

Evridge

Simple Web Application which everyone can inform and advertise their event or something

Used only flask, python framework for webapp, html.

How to use

pip install -r requirements.txt

install the required packages.

This repository includes '.db' file. but, if you delete it or want to create empty database file, delete '.db' file and write this script.

python
>> from database import init_db
>> init_db()

init_db function create SQLite database 'evridge.db' at your current directroy

to start server and evridge, enter following command,

python run.py

and access http://localhost:5000 .

About

Simple Web Application which everyone can inform their event or something

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published