This project tries to implement a NodeJS, ExpressJS, KnexJS and MongoDB powered application using repository pattern and dependency injection. The main idea is to build an application that is independent of any framework or database. This application uses Typescript 🛠.
- Create a
.env
file in the project's directory - Copy the contents of the
.env.example
into.env
- Edit the variables
# install the dependencies
$ yarn install
# run the app
$ yarn run dev