Boilerplate code for starting clean architecture back-end
- ⚡ Typescript
- ⚡ Eslint
- ⚡ Prettier
- ⚡ Express with http module as server ✨
- ⚡ Mongodb connection ✨
- ⚡ Globally accessible utils
utils
and configsconfig
✨ - ⚡ Demo UsersRepository
- ⚡ Demo Hello world use-case
git clone https://github.com/remintroy/clean-architecture-boilerplate.git
pnpm init
pnpm run dev
Don't forget to create a .env
. You can see current env key names used in the app at src/config.ts
.
pnpm
is not a requirement you can change it to npm
and run