This todolist project is an open source backend, I used these technologies:
- Node.js
- Serverless Framework
- Typescript
- AWS Lambda
- DynamoDB
- Eslint
AWS CLI is required in this project, follow these steps: https://aws.amazon.com/cli/
change the .env.dev.yml according your preferences:
dynamodb_table: dev_users
aws_region: sa-east-1
NODE_ENV: development
jwt_secret: test
The project use yarn, then:
yarn // Download dependencies
yarn deploy:dev // deploy to AWS
Obs: It is necessary to create 2 indexes in DynamoDB (email : email-index and sk: sk-index)
yarn dev // start the project
Done, the project is running! Now, start the client-side here: https://github.com/GuilhermeBarroso-sys/todolist-react-ts