zuri-training / Proj_debtors_34

2 stars 1 forks source link

Proj_debtors_34

We are building an integrative, user-friendly and responsive platform that allows schools in a certain locality list directory of people owing them - to help them avoid going to other schools.

Deployment insturctions

Necessary information to deploy our Django project.

File structure: The main project folder contains the following folders.

Requirements.txt: has all required dependencies needed to run the project.

Static files directory has been properly configured.

Database.

We'll be using PostgreSQL.

Major pages

a)About us

b)Contact us

c)FAQ

d)Log in

e)Sign up

f)News

g)Home

Major Url Endpoints:

home/

about/

news/

faqs/

debtors/

search/

ts&cs/

contact/

contend/

contend/user/chats/

user/posts/

accounts/register/

accounts/login/

accounts/forgotpassword/

user/dashboard/

user/dashboard/add-post/

user/dashboard/delete-post/

user/dashboard/edit-post/

user/dashboard/profile/

user/dashboard/edit-profile/

Useful Links