Skip to content

πŸ’» API for handling hotels with user control - including email confirmation πŸ“« - and hotel sites for advertisements. It has security with OAUTH πŸ” and SQLite database 🐍

License

Notifications You must be signed in to change notification settings

PedroLucasOM/MyAlfredHotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a738761 Β· Apr 9, 2021

History

69 Commits
Apr 12, 2020
Apr 13, 2020
Apr 12, 2020
Apr 13, 2020
Mar 8, 2020
Apr 13, 2020
Apr 12, 2020
Apr 9, 2021
Apr 12, 2020
Mar 8, 2020
Mar 11, 2020
Mar 8, 2020

Repository files navigation

Welcome to MyAlfredHotel πŸ‘‹

Version Documentation Maintenance License: FLASK Twitter: PedroLucasOM

πŸ’» API for handling hotels with user control - including email confirmation πŸ“« - and hotel sites for advertisements. It has security with OAUTH πŸ” and SQLite database 🐍

🏠 Homepage

Prerequisites

  • aniso8601==8.0.0
  • api==0.0.7
  • certifi==2019.11.28
  • chardet==3.0.4
  • Click==7.0
  • Flask==1.1.1
  • Flask-JWT-Extended==3.24.1
  • Flask-RESTful==0.3.8
  • Flask-SQLAlchemy==2.4.1
  • idna==2.9
  • itsdangerous==1.1.0
  • Jinja2==2.11.1
  • MarkupSafe==1.1.1
  • nose==1.3.7
  • PyJWT==1.7.1
  • pytz==2019.3
  • requests==2.23.0
  • six==1.14.0
  • SQLAlchemy==1.3.13
  • urllib3==1.25.8
  • Werkzeug==1.0.0

Install

pip3 install virtualenv

Usage

Creating the virtual environment

virtualenv myalfred

Activating the virtual environment

For Linux / Mac distributions
source myalfred/bin/activate
For Windows
myalfred\Scripts\activate.bat

Installing the requirements

pip3 install -r requeriments.txt

Mailgun API

To use the confirmation e-mail service when registering, create an account at:

https://www.mailgun.com/

After that, create this file with the following directory:

keys/mailgun.py

Now place the following content in the file:

MAILGUN_DOMAIN = 'YOUR-MAILGUN-SANDBOX-DOMAIN'
MAILGUN_API_KEY = 'YOUR-MAILGUN-API-KEY'
FROM_TITLE = 'NO-REPLY'
FROM_EMAIL = 'YOUR-EMAIL'

Run

python3 app.py

Author

πŸ‘€ Pedro Lucas

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2020 Pedro Lucas.
This project is FLASK licensed.

About

πŸ’» API for handling hotels with user control - including email confirmation πŸ“« - and hotel sites for advertisements. It has security with OAUTH πŸ” and SQLite database 🐍

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published