Skip to content

Latest commit

 

History

History
591 lines (515 loc) · 39 KB

README.md

File metadata and controls

591 lines (515 loc) · 39 KB

Sparky API

The repository can be used as a boiler plate for people interested in using Express as an API with Typescript in a standard Controller-Repository based setup. Under the hood it uses Express with all of it's dependencies, routing-controllers for standarized layout and TypeORM for a database connection. Further information and a todo list is to come for this repository later.

Using the project

git clone
npm i
npm run start

License

Licensed under the MIT License.