Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usd-cs/comp-49x-24-25-transactcampus-intro-project


https://github.com/usd-cs/comp-49x-24-25-transactcampus-intro-project

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# COMP-49X-24-25-transactCampus-intro-project

Intro Project that implements a simple web forum application. Users can view posts, and if a user is logged in, they can add posts and comments onto posts.
Some users can also log in as admins, and this will give them the ability to delete posts and comments.

## Required Software:
- Run pip install requirements.txt to install the necessary python modules
- Run the SQL code in sql_scripts/sql_intro_prog.txt in pgAdmin 4 to create the tables