Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An Express Wrapper template to build small and medium apps, with automated CRUD routes, token authentication, swagger-ui serving and minio integration

License

Notifications You must be signed in to change notification settings

ExpressoMacchiato/FullExpressoMacchiato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Expresso Macchiato

Still building this template, there are many things to take care of but at the moment you can already start building some simple apps.

GitHub stars GitHub issues GitHub pull requests GitHub release

Typescript Express TypeORM


💡 Check the full documentation
👉 Visit expresso-macchiato docs for the full API reference and guides.


Code Swagger Login Personal Page

This template is intented to use by me for fasten things up but feel free to use it and customize it however you want. It uses a little express wrapper that "near-to-automatically" serves swagger-ui and creates some dynamic endpoints for your api and db. You can check the dock in the ./back folder README.

ExpressoMacchiato

Check out Expresso Macchiato wrapper to see how swagger and dynamic routes are generated

Use

Both projects can be tested by going in their root folder (same level as their package.json) and using the command npm run dev. For the build use npm run build.

For example

cd front
npm run build

Will produce the output file in the back/client folder, this. will be the final production UI.

cd back
npm run build
npm run prod

This will be creating the out files for the production server.

Docker

For the container, you have the Dockerfile and also the compose instructions in the ./back directory.

About

An Express Wrapper template to build small and medium apps, with automated CRUD routes, token authentication, swagger-ui serving and minio integration

Topics

Resources

License

Stars

Watchers

Forks