You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Check database configuration.
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.