akashakara / DevZone

DevZone is a platform where developers from all across the world can work on project ideas submitted by the owner.

Home Page:https://dev-zone-ten.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevZone - The project hub

About

DevZone is a platform where developers from all across the world can work on project ideas submitted by the owner.

Installation

# clone repository
git clone https://github.com/akashakara/DevZone.git
cd DevZone

# make a virtual environment
python -m venv env
source env/bin/activate

# install requirements
pip install -r requirements.txt

# migrations
python manage.py makemigrations
python manage.py migrate

# run and test
python manage.py runserver

About

DevZone is a platform where developers from all across the world can work on project ideas submitted by the owner.

https://dev-zone-ten.vercel.app


Languages

Language:Python 64.3%Language:HTML 28.1%Language:CSS 7.6%