Skip to content

Skeleton for Python Flask with Typescript/Angular WEB projects

License

Notifications You must be signed in to change notification settings

milanbalazs/flask-angular-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton for web application


Tech

Backend

  • Python (Flask [RESTful])

Frontend

  • TypeScript (Angular)

Webserver

  • Nginx

Database

  • MongoDB

Deployment

  • Docker (Docker Compose)

Deploy

Run the following command:

docker-compose up --build

Accesses

Backend (RESTful API)

http://localhost:9099/api/<endpoint>

Example:

http://localhost:9099/api/ping

Frontend

http://localhost:9099

Preview: preview of frontend