Skip to content

A skeleton for the development of API-first tools

License

Notifications You must be signed in to change notification settings

MoratNZ/tool-skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A skeleton / boilerplate for API backed web tools

Want to learn how to build this?

Check out the post.

Want to use this project?

Build the images and spin up the containers:

$ docker-compose up -d --build

Apply the migrations:

$ docker-compose exec backend aerich upgrade

Ensure http://localhost:5000, http://localhost:5000/docs, and http://localhost:8080 work as expected.

About

A skeleton for the development of API-first tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.0%
  • Vue 35.3%
  • JavaScript 14.4%
  • HTML 1.8%
  • Dockerfile 1.5%