Skip to content

akashkaturi/FlaskCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLASK CRUD App (Backend)

Activate Virtual Environment

virtualenv env
source env/bin/activate

Install requirements

pip install -r requirements.txt

Docker

  • Start your docker daemon, docker server.
  • Then:
    docker compose build
    docker compose up

You can find the server running on the following:

http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published