Skip to content

A REST API for making projects and finding team members

Notifications You must be signed in to change notification settings

z-siddiqi/teamfinderr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teamfinderr

A network for skilled individuals looking to start collaborating on projects, helping ideas become reality. Whether you're a self-starter or looking to get involved in a project for your portfolio, teamfinderr provides a skill-based pairing system to meet your needs.

Key Features

  • Authentication
  • Create profile
  • Create projects
  • Join project teams and be assigned to roles
  • Search for users and projects
  • Documentation

Setup Locally

  1. Clone the repository locally.

  2. Set up all necessary dependencies:

   python -m venv .env
   source .env/bin/activate or .env/Scripts/activate
   pip install -r requirements.txt
  1. Set environment variables:
   export DJANGO_SECRET_KEY='secret' or $env:DJANGO_SECRET_KEY='secret'
  1. Apply all migrations:
   python manage.py migrate
  1. Deploy web app on localhost:
   python manage.py runserver

Tools Used

  • Django
  • Django Rest Framework
  • Postman

Model Overview

models

About

A REST API for making projects and finding team members

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages