Skip to content

TripFolk Backend Repository. Built from Django REST Framework with Google Cloud Storage Inside.

Notifications You must be signed in to change notification settings

ViktorHackfest/server

Repository files navigation

Viktor Backend

Overview

Step untuk repository backend

Installation

  • Clone this repository (with HTTPS preferred)

    $ git clone https://github.com/ViktorHackfest/server.git

** Run locally in your computer**

  • Activate virtual environment, or create one if none has been created
    • Create virtual environment
      • Windows
        $ python -m venv env
      • Mac
        $ virtualenv env
    • Activate virtual environment
      • Windows
        $ env\Scripts\activate
      • Mac
        $ env/bin/activate
  • Install required packages
    $ pip install -r requirements.txt
  • Migrate if needed
    $ python manage.py migrate
  • Run the server in your local (localhost:8000)
    $ python manage.py runserver

About

TripFolk Backend Repository. Built from Django REST Framework with Google Cloud Storage Inside.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •