Skip to content

GuilhermeBarroso-sys/todolist-serverless-ts

Repository files navigation

Todolist

About this project

This todolist project is an open source backend, I used these technologies:

  • Node.js
  • Serverless Framework
  • Typescript
  • AWS Lambda
  • DynamoDB
  • Eslint

How to execute this project

1 - install AWS CLI

AWS CLI is required in this project, follow these steps: https://aws.amazon.com/cli/

2 - The first step is to configure the file .env

change the .env.dev.yml according your preferences:

 dynamodb_table: dev_users
 aws_region: sa-east-1
 NODE_ENV: development
 jwt_secret: test

3 - Download dependencies and start the project

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published