Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sonhle/contacts-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contact-flask

This is the addressBook with Django (https://github.com/sonhle/mywebsite/tree/master/addressBook) rewrite in Flask for learning purposes.

  1. Installation: pip install -r requirements.txt
  2. Start the server: flask run --port=8000 (use port 8000 to reuse the frontend)
  3. Address book App Rest: http://localhost:8000/api/contacts/
  4. Address book App frontend: https://github.com/sonhle/mywebsite/blob/master/contacts-frontend/README.md
  5. Start the frontend: npm start and access http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages