By Wanjiiru
TechBryte is a web application that fetches events from an events API (Meetup.com) and displays them for users to see
Refer to the specs.md file
- Python 3.6.5
- Django MVC framework
- HTML, CSS and Bootstrap
- Javascript
- Leafletjs
- maps
- Heroku
Run the following command on the terminal:
- git clone https://github.com/wanjiiru/TechBryte.git && cd Neigh
Activate virtual environment using python3.6 as default handler
python -m venv && source venv/bin/activate
Install dependencies that will create an environment for the app to run
pip3 install -r requirements.txt
psql
CREATE DATABASE;
Create .env file and paste paste the following filling where appropriate:
SECRET_KEY = '<Secret_key>'
DBNAME = ''
USER = '<Username>'
PASSWORD = '<password>'
DEBUG = True
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = '<your-email>'
EMAIL_HOST_PASSWORD = '<your-password>'
python3.6 manage.py makemigrations
python3.6 manage.py migrate
python3.6 manage.py runserver
localhost:8000
-The map does not route properly
- Email Address: liz240@live.com
MIT License this application's source code is free for any open source projects
© Wanjiiru | Credits Moringa School