# 1. Clone the repository or click on "Use this template" button.
git clone [email protected]:1inch/pmm-workers.git coterie
# 2. Enter your newly-cloned folder.
cd coterie
# 3. Install dependencies. (Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install)
yarn
# 4. Run development server and open http://localhost:3000/dev
yarn dev
# 5. Read the documentation linked below for "Setup and development".
- Quick scaffolding
- Create modules, services, controller - right from the CLI!
- Environment Configuration
- development, qa, staging and production environment configurations
- Swagger Api Documentation
- Already integrated API documentation. To see all available endpoints visit http://localhost:3000/dev/swagger
- Working with Lambda functions and DynamoDB
- Integrated Dynamoose module to work with DynamoDB, Adapted Nestjs app to work with AWS Lambda functions
- Linter
- eslint + prettier = ❤️
This project includes a docs
folder with more details on: