Skip to content

sriharshaj/the_wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Wall

Description

This project is backend for the application The Wall. You can find frontend code here. The Wall is the place where user can post their thoughts and any one can see them.
This project is mainly developed using Python, django and DRF.

Preview Image

Installation

Create an environment using virtualenv.
Clone the repo and execute pip install -r requirements.txt in the root folder to install all dependencies.
To create database and tables execute python manage.py makemigrations and python manage.py migrate.

Running Up

After installation execute python manage.py runserver to run app in development mode.

Debugging in shell

To load the application in the python shell execute python manage.py shell.

Urls

To list all the urls/paths available execute python manage.py show_urls.

Learn More

To learn Python, check out the Python documentation.
To learn django, check out the django documentation.
To learn DRF Router, check out the DRF documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages