This is the backend for the UMConnect project, a Django-based web application. It includes user management, post creation, and other related features.
- Clone the repository:
git clone https://github.com/andrewhilario/umconnect_backend.git
- Navigate to the project directory:
cd umconnect_backend
- Install dependencies:
pip install -r requirements.txt
- Set up the database:
python manage.py migrate
- Start the server:
python manage.py runserver
After starting the server, you can interact with the API at http://localhost:8000/api/
. The API includes endpoints for user management, posts, and more.
We welcome contributions from the community. Please submit a pull request with your changes and we will review it as soon as possible.
This project is licensed under the MIT License.
If you have any questions or feedback, please reach out to us at hilarioandrew12@gmail.com.