Skip to content

A simple react phonebook application with a flask api server

Notifications You must be signed in to change notification settings

Kwsswart/flask-react-phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask-React-Phonebook

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

Technologies used:

Python - Flask

JavaScript - ReactJS

MongoDB

Project set-up:

  1. Download the source code.
  2. Within ./backend/.env set environment variables:
    1. JWT_SECRET_KEY
    2. SECRET_KEY
  3. Create an account on MongoAtlas
  4. Once done the above in the ./backend/.env set:
    1. MONGODB_HOST=
    2. MONGODB_USERNAME=
    3. MONGODB_PASSWORD=
  5. Within Python shell run:
    1. from app.security import gen_fernet_key
    2. gen_fernet_key()
    3. copy this key and place it into ./backend/.env KEY=

License

This is MIT licensed

About

A simple react phonebook application with a flask api server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published