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-alumni-association-intro-project


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

Last synced: 25 days ago
JSON representation

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

[email protected]

[email protected]

[email protected]

[email protected]

## License

[MIT](https://choosealicense.com/licenses/mit/)