Skip to content

Smit271/projects-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

projects-management-system

  • I have made this project as a part of my Django learning process.
  • This project involves creating employee or interns along with assigning them some projects and tasks. Authenticated users can see all the active projects with some description and task with deadlines. Company's members can edit project details as per status of project : Active, Stuck or Done.
  • Whole backend is written in Python language on Django framework, and for frontend I have used HTML, CSS and js (Basically just did ctrl + c and ctrl + v).
  • To store data, I have used mysql and on localhost with phpmyadmin to interact with.
  • Future aspects of this project would be to integrate it with AWS or Heroku and can use as internal company's project management system.

Requirements.txt

  • Run following commands.
  • pip install -r requirements.txt

Project starter lines of code.

  • Clone directory in local : git clone https://github.com/Smit271/projects-management-system.git
  • Open directory in terminal or cmd.
  • Follow below commands (Assuming you have python installed and have some basic knowledge.)
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver
  • If you get any error while doing this, make sure below things.
    1. Check database configuration.
    1. Make sure mysql, django is installed properly.

Help

  • If you can not configure project or have some difficulties running it, you may contact me on my social medias.

About

Project management system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published