Muslim Friendly Travel is an AI-powered hyper-personalised booking platform focused on the Muslim traveler.
- Language - Python 3.7
- Framework - Flask 1.1.1
- Database - PostgreSQL
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Never ever commit on Master branch directly
- Create a new new branch for every seprate module/task.
- Once you completed the task or done with sufficient ammount work on that, only then commit and push.
- Once you think your task is completed and done with a basic level testing from our own side, raise a pull request and assign a person for review.
- Soon reviewer will merge your chnages into master. Congrats!
T9L