Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usd-cs/comp-49x-24-25-alumni-association-intro-project
https://github.com/usd-cs/comp-49x-24-25-alumni-association-intro-project
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/usd-cs/comp-49x-24-25-alumni-association-intro-project
- Owner: usd-cs
- Created: 2024-10-31T21:41:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T00:14:27.000Z (about 2 months ago)
- Last Synced: 2024-11-13T00:29:30.830Z (about 2 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMP-49X-24-25-Alumni-Association-intro-project
The Alumni Association intro project is a web based discussion page where users can make posts and comment or like on other user's posts.
## Installation
Clone Git repository to your local machine.Run ```sh envsetup.sh``` if you do not have a proper Django-equipped virtual environment setup already. This command will create the environment, install Django on the environment, and start the environment.
If you have the environment already, run ```source env/bin/activate``` on Mac or ```env\\Scripts\\activate``` on Windows.
From here you can use the command
```cd backend```
and then you will need to migrate the database by doing```python manage.py makemigrations intro_proj```
```python manage.py migrate intro_proj```
## Usage
```python
#Open terminal and run:python manage.py runserver
#Navigate to http://127.0.0.1:8000/ in any browser
```## Contributing
This project was created by
Bill Erdene Ochir, Connor Boll, Audrey Naidu, and Eli Zublin## Contacts
## License
[MIT](https://choosealicense.com/licenses/mit/)