This essentially a standard phonebook application, allowing you to store and search contact lists. I made this in order to practice with the technologies used.
You may see a hosted version of this application here
Python - Flask
JavaScript - ReactJS
MongoDB
- Download the source code.
- Within ./backend/.env set environment variables:
- JWT_SECRET_KEY
- SECRET_KEY
- Create an account on MongoAtlas
- Once done the above in the ./backend/.env set:
- MONGODB_HOST=
- MONGODB_USERNAME=
- MONGODB_PASSWORD=
- Within Python shell run:
- from app.security import gen_fernet_key
- gen_fernet_key()
- copy this key and place it into ./backend/.env KEY=
This is MIT licensed