Skip to content

ranahtsham/DiscussionForum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscussionForum

A place that enables us to post our views over a certain topic publicly and also allows us to see other’s opinions on the same.

Project Prerequisites

To install required libraries, use pip installer from the command line.

pip install django
pip install django-filter

Build a Python Project

django-admin startproject CalorieCalculator
cd  CalorieCalculator
django-admin startapp Fityfeed

Migrations

py manage.py makemigrations
py manage.py migrate
py manage.py createsuperuser

Run Server

python manage.py runserver

Final Product

App Screenshot App Screenshot App Screenshot App Screenshot


🔗 Links - Rana Ahtsham

linkedin leetcode github

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published