Skip to content

QuiTran86/RestfulAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestfulAPI

  • This is my pet project to design a restfulAPI for social network.

  • Testing application locality

quitran@macbook:~$ export FLASK_APP=app.py
quitran@macbook:~$ export SECRET_KEY=${SECRET_KEY}
quitran@macbook:~$ export SQLALCHEMY_DATABASE_URI=${SQLALCHEMY_DATABASE_URI_TEST}
quitran@macbook:~$ export FLASK_ENV=development
  • Deploying production
quitran@macbook:~$ export FLASK_APP=app.py
quitran@macbook:~$ export SECRET_KEY=${SECRET_KEY}
quitran@macbook:~$ export SQLALCHEMY_DATABASE_URI=${SQLALCHEMY_DATABASE_URI}
quitran@macbook:~$ export FLASK_ENV=production

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published