Skip to content

This is a project planner tool made with django framework of python

Notifications You must be signed in to change notification settings

sparsh459/Project-Planner-Tool

Repository files navigation

Project Planning Tool

This is tool for project plannig which consist of API's regarding it built in jango-rest-framework

Installation

install VSCode
install extension: SQLite Viewer by Florian Klampfer
install requirements.txt in root folder ```pip install requirements.txt```
install Postman for testing api's

Before running the application, run following commands
going to the root folder
>>>python manage.py makemigrations
>>>python mangae.py migrate
>>>python manage.py runserver

Description

This is a Django project projectmanagement. It has 3 different apps in it which point to three different api's requirement i.e., User, Team, ProjectBoard

API Reference

-- User's

-- Team's

-- Project Board's

some more Information

for get, post, put and patch request the views.py files are there which will tell you what is required in each kind of request

About

This is a project planner tool made with django framework of python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages