Skip to content

ngure1/UniVerse_backend

Repository files navigation

UniVerse Alumni Mapping Project

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/UniVerse_backend.git
    cd UniVerse_backend
  2. Create a virtual environment:

    python -m venv venv
    virtualenv venv    
    
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On Unix or MacOS:
      source venv/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt
  5. Apply migrations:

    python manage.py migrate
  6. Create a superuser:

    python manage.py createsuperuser

    Then navigate to the admin panel.

  7. Run the development server:

    python manage.py runserver
  8. Open your browser and navigate to http://127.0.0.1:8000/ to access the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages