diegolikescode / todxs-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODXS CHALLENGE :milky_way

longRoadAhead
"If you want to improve, be content to be thought foolish and stupid"

Install :wrench

  • Clone the repo and run yarn or npm install

  • To create the docker container based on the ormconfig.example.json we can do: docker run --name templateDB -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres. To access the database you can use DBeaver. Highly recommended.

thoughts and considerations

check out the concept.md for more information about the thought process I've had.

🌑 TODOS

  • configure the project basis
    • linters
    • commit checker
    • prettier
  • configure basis of the project (database preset, express server...)
  • create a simple user CRUD for the system
    • CREATE
    • READ
    • UPDATE
  • implement business rules for the credit proposal
  • refactor services and controllers with try/catch
  • export routes for insomnia and postman

License

MIT License © Todxs Challenge

About

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%