The goal of this project is to provide a ready-for-dev client/server projet, with the following features:
- Angular client
- NestJS server serving the client
- Authentication
- Tests (unit, end-to-end)
- Continuous Integration (TravisCI)
- Docker (generating images, etc)
- Internationalization (i18n)
- ORM (Sequelize, TypeORM)
- Mongo Database
- yarn
$ yarn
# client
$ cd packages/client
$ yarn build
$ yarn lint
$ yarn test
$ yarn e2e
$ yarn start
# server
$ cd packages/server
$ yarn build
$ yarn test
$ yarn startThe MIT Licence