Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.83 KB

File metadata and controls

43 lines (27 loc) · 1.83 KB

Typescript, Inversify, TypeORM for NodeJS

Example of a Nodejs application using TypeScript, Inversify and TypeORM made with 💕

CI

If you like it, don't forget to give us some ⭐⭐⭐

Here is a video where you can see how to start it and how it works

🚀 Environment Setup

:octocat: Needed tools

  1. [Install Docker and Docker-Compose] (https://www.docker.com/get-started)
  2. [Makefiles] (https://www.tutorialspoint.com/makefile/index.htm)
  3. Clone this project: https://github.com/GeeksHubsAcademy/typescript-di-typeorm-ddd-skeletor.git
  4. Move to the project folder: cd infraestructure

▶️ Start Application

  1. Run in a terminal 💻 $> make docker-up
  2. Run in Other terminal 💻 $>make docker-bootstrap
  3. Finally run: $>make docker-watch

🔋 Testing Application

  1. Run Jest in a terminal 💻 $>make docker-test

🦸‍♀️ Contribute.

Feel free to make as many pull requests as you think fit, because there are so many things to do, all help is welcome.

Here is a guide if you want to take a look(https://github.com/GeeksHubsAcademy/2020-geekshubs-convenio/blob/master/contributing.md)

If you find a bug, let us know here .

If you request a new feature.