Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/usd-cs/comp-49x-24-25-transactcampus-intro-project
- Owner: usd-cs
- Created: 2024-10-31T22:00:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T01:23:56.000Z (about 2 months ago)
- Last Synced: 2024-11-20T02:18:18.077Z (about 2 months ago)
- Language: Python
- Size: 222 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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