- Track vessel and get voyage duration API.
- Under development:
- Login/Signup feature with user role based authentication.
- UI implementation of whole project.
- Parcel Tracking with Email.
- Dockerize this project and upload at dockerhub repository
- CI/CD pipeline with GitHub action
git clone https://github.com/tanjil-dev/VesselTracker.git
cd VesselTracker
python -m venv [name]
.[name]\Scripts\activate.bat
source [name]/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- We will download and install postgresql into the local machine
- Download Page
- Please read this tutorial and configure psycopg2-binary package within the project
- We will avoid putting the database credentials into the settings.py file. Because it will expose your database credential when we will upload code or host our project in public.
- From project root directory we will enter the TodoApp directory.
cd WikiFilmScraper
- We will make a .env file.
touch .env
- Copy all the variables from the .sample_env file and paste it into the .env file
- Please put the variable values for database credentials and local directory path etc.
Thank you for checking out this project! If you have any questions, feel free to open an issue or contact me directly.
- Email: [email protected]