Skip to content

haticeerturk/PhoneIndex_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone Index v2

📱 A simple Flask-Restful and SqlAlchemy project.

✔️ What are the things to do before using it?

  • 💠 You must be have virtual environment. If you dont have, you can try like this;

    • sudo pip install virtualenv
    • virtualenv venv
    • source venv/bin/active
  • 💠 You must be install Flask: pip install Flask

  • 💠 You must be install SQLAlchemy: pip install Flask-SQLAlchemy

  • 💠 You must be install Flask-Restful: pip install flask-restful

  • 💠 Then, you can run the project like that;

    • export FLASK_APP=views.py
    • flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published