GithubHelp home page GithubHelp logo

shivambhirud / team-up Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.53 MB

A Team-up online platform where you can create and join various teams that serve various purposes. For example, someone might have published a team-up advertisement having a vacancy for 5 people, so that they can form a team and participate in a hackathon next month. People will be able to see the advertisements in the respective sections on the portal and can request to join that team. Similarly, everyone can join or create their own advertisements. You can judge someone whether they are good for your team based on their detailed profile on this portal.

Home Page: https://teamupp.herokuapp.com/

Python 13.45% HTML 12.95% CSS 33.13% JavaScript 40.47%
teamup formteams pythonproject python django django-rest-framework technology heroku-deployment heroku jquery

team-up's Introduction

Team-up

A Team-up online platform

Steps to setup the project on local:

  1. Install Python virtual environment

    $ pip install virtualenv

    Cd to a directory in which u want to create a virtalenv eg. Desktop

    Then type:

    $ virtualenv YourEnvName (eg. virtualenv myvenv)

    Activate virtual environment:

    $ source myvenv/bin/activate

  2. Install Django

  3. Generate a Secret Key for Development Evironment using Django Bash

    $ python manage.py shell

    from django.core.management.utils import get_random_secret_key

    get_random_secret_key()

    Insert the generated key in Team_Up settings.py file as-

    SECRET_KEY = 'YOUR GENERATED SECRET KEY'

  4. Run the Project:

    $ python manage.py runserver

  5. If you do any changes to the model.py (DB) then don't forget to makemigrations and migrate as below:

    $ python manage.py makemigrations

    $ python manage.py migrate

team-up's People

Contributors

shivambhirud avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

team-up's Issues

Help

Hey, I was trying to run your project but got an error. I've searched online but was unable to resolve it. Could you help me with this? thankyou.
ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.

help

Hi Shivam, can you send me the database structure for this app.. I am not able to understand how the tables are linked and all. Thank you.

last help

hey, can you please send me the zip folder of this app directly, no matter how I do it's still having some errors? This is last I won't bother you again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.