mlgta
Version:
Can log in via google, x, discord.  After login successfully, redirecting.  • 1.07 kB
Markdown
# mlgta - multi login todo app
## Feature
Can log in via google, x, discord.

After login successfully, redirecting.

Can write todo list.

## Run
```
npm run start:mlgta:dev
```
## Comment
Many things I added after the fact to make it usable in a production environment.
For example, I think csrf countermeasure is perfect.
Want to know more about middleware quickly: [src/middlewares](src/middlewares)
## Env & Database
see [example.env](example.env) and [create_tables.sql](create_tables.sql).
## Inspired
[”Introduction to Creating Web Applications with Node.js”](https://zenn.dev/wkb/books/node-tutorial).
## Credits
This project uses other external assets someone creates - see the [CREDITS](CREDITS)
## License
[MIT](LICENSE)