Skip to content

A platform to build and host hackathons; the goal was to deep dive in Django's MVC Arch while designing a neat onboarding experience for competition takers and managers

Notifications You must be signed in to change notification settings

AroraShreshth/hackathonhunter

Repository files navigation

Shreshth Arora Production

Competition Hunter

PythonCI

About 💫

The Aim of the project is to provide a holistic website for everthing related to hosting hackathons and bringing users

Some Salient Features of Project 🔭

--  TBD --

Getting Started ⚙️

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes,syncing with upstream is neccesary.

Setup and running of project (Backend) 🧮

  • Fork the repo and clone it.

  • Go in the repo and setup virtual environment using
    python -m virtualenv venv

  • Then activate the environment using
    On Windows source venv/Scripts/activate On MacOS/Linux source venv/bin/actiavte

  • Install requirements
    pip install -r requirements.txt

  • Change into the ./vacc directory.

    All the following steps are to be executed in the vacc directory.

-- below two are optional steps --

  • set secret key for your django project.

  • You can use [https://djecrety.ir/] to generate your secret key

  • After the above setup, run
    python manage.py makemigrations
    python manage.py migrate

  • Start the backend server
    python manage.py runserver
    Runs the backend server at default port 8000.
    Open http://localhost:8000 to view it in the browser.

The page will reload if you make edits.

Note

  • If you are adding any new requirements for the project, make sure that you are adding it to requirements.txt

Built With ⚒

Backend & Website 📡

Mobile Application( New Repo Soon ) 📲

  • React Native- Better to write one codebase instead of two 😉

Versioning 🗓

We use SemVer for versioning.

Authors ✍🏻

License 📜

--  TBD --

Acknowledgments 💯

--  TBD --

About

A platform to build and host hackathons; the goal was to deep dive in Django's MVC Arch while designing a neat onboarding experience for competition takers and managers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published