/ship-task-manager

This is small pet project to create task manager especially for sailors to manage working processes on the ship

Primary LanguagePython

Click here to visit site (credential below)
Click here to visit open repository

Imagine a time when we didn't have a cutting edge technologies and we have to organize our time efficiently. This is a small web TODO application where we try to make easier life for sailors, and agregate their tasks in one place.

Here you have a general opportunities:

  • Create new sailors simple profile, tasks on the board, positions for sailors, with a name and description.
  • Update some existing sailors profiles, tasks by editing their title or description, and completed status.
  • Delete tasks when they are no longer needed.
  • View a list of all tasks, including their title, description, and completion status.

Installation

👉 Download the code

git clone https://github.com/phaishuk/ship-task-manager
cd ship-task-manager

👉 .env file

This project contains some sensitive data, so an .env file is required. Rename the .env.sample file to .env or create an empty .env and copy the contents of .env.sample there.

👉 Install modules via VENV

python -m venv venv
venv\Scripts\activate (on Windows)
source venv/bin/activate (on macOS)
pip install -r requirements.txt

👉 Set Up Database

python manage.py migrate

👉 Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


Utilizing this app you can use next credentials auth:
username: mr_sailor
password: 12qwaszx

Hope you have a pleasure using this app!