This is the addressBook with Django (https://github.com/sonhle/mywebsite/tree/master/addressBook) rewrite in Flask for learning purposes.
- Installation: pip install -r requirements.txt
- Start the server: flask run --port=8000 (use port 8000 to reuse the frontend)
- Address book App Rest: http://localhost:8000/api/contacts/
- Address book App frontend: https://github.com/sonhle/mywebsite/blob/master/contacts-frontend/README.md
- Start the frontend: npm start and access http://localhost:3000