UMConnect Backend

Description

This is the backend for the UMConnect project, a Django-based web application. It includes user management, post creation, and other related features.

Installation

  1. Clone the repository: git clone https://github.com/andrewhilario/umconnect_backend.git
  2. Navigate to the project directory: cd umconnect_backend
  3. Install dependencies: pip install -r requirements.txt
  4. Set up the database: python manage.py migrate
  5. Start the server: python manage.py runserver

Usage

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.

Contributing

We welcome contributions from the community. Please submit a pull request with your changes and we will review it as soon as possible.

License

This project is licensed under the MIT License.

Contact

If you have any questions or feedback, please reach out to us at hilarioandrew12@gmail.com.