- Register and log in.
- Update user inforamtion and reset user password
- Admin is able to view and delete messages
- location and privacy policy
- choose ingredient and browse recipes available
- PostgreSQL
- Python 3
- SQLAlchemy
- Flask:
- Flask-bcrypt
- Flask-mail
- Jinja
- AJAX
- It's-Dangerous
- TimeJSONWebSignatureSerializer
- smtplib
- Bootstrap
- JS
- CSS
- create a data model
- create database
- create templets
- user registration and authentication
- user operating system type
- user profile page and update profile
- Add functionality for a user to enter/search solutions
- web design and styling
- testing and debugging
- add more styling
- Create Demo
- clone the repository
- Activate virtual environment
- $ cd to the repository
- $ virtualenv env
- $ source env/bin/activate
- Download requirements for requirement.txt
- $ pip3 install -r requirement.txt
- Create a file called secrets.sh in the directory
- $ mkdir secrets.sh
- Create database
- $ python3 seed.py
- Start the server
- $ python3 server.py
- follow the link and enjoy!