Skip to content

A responsive web application that lists upcoming conferences, in a more direct-to-the-point way . created for URO

Notifications You must be signed in to change notification settings

rcdosado/Kumperensya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URO-Conference App

A responsive web application that lists upcoming conferences, in a more direct-to-the-point way . created for PSU University Research Office.

Features

The usual, commenting system, Image uploads, search/group by category, search/group by keywords (hashtags), time for humans ( a min ago, 12 days ago, 3 weeks from now etc), pagination, and using bulma (meaning its a responsive app).

Interface

Made with bulma CSS library (not a designer sorry) thanks to the author!

Installation

  1. Install python 3, git, virtualenv, pip3
  2. create virtual environment & activate it
    >python.exe -m venv env3
    >env3\scripts\activate.bat
  3. Clone this repository
    >git clone https://github.com/rcdosado/Kumperensya.git
    >cd Kumperensya
  4. Install dependencies
    pip3 install -r requirements.txt
  5. Assuming all dependencies succeeded, Renew the database
    >python manage.py makemigrations
    >python manage.py migrate
    >python manage.py createsuperuser
    >..
  6. Create superuser account (fill the necessary details)
    >python manage.py createsuperuser	
  7. Run the WSGI server
    >python manage.py runserver	
  8. Go to localhost:8000/admin, login, then fill the system with information

Screen Shots

This is the index page

id

This is the main page for searching


id

This is the page if you click a conference item


id

This is one of the admin page.


id

Todo

  • related conferences
  • refactor
  • some statistics section
  • static photos (currently photos are random)
  • tests

About

A responsive web application that lists upcoming conferences, in a more direct-to-the-point way . created for URO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages