Francis-Mwaniki / StudyBud

Django-application

Home Page:https://study-bud-khaki.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For Programmers, By Programmers.

Django with Vercel

This repository is the final code for the Django with Studybud.


Running the Project

Create a Folder & Clone the Repository.

mkdir ~/Dev/studybud
cd ~/Dev/studybud

Create A Virtual Environment.

python3.9 -m virtualenv .

Activate the Virtual Environment.

source bin/activate

In Windows use .\Scripts\activate

Install Required Dependencies

pip install -r requirements.txt

Make Migrations

python manage.py migrate

Run the Server

python manage.py runserver localhost:8000

Open localhost:8000 in Your Browser

About

Django-application

https://study-bud-khaki.vercel.app/

License:MIT License


Languages

Language:CSS 42.8%Language:JavaScript 37.3%Language:HTML 12.7%Language:Python 7.1%Language:Shell 0.1%