Skip to content

GuiMoraesDev/teller-api

Repository files navigation

Teller

Teller logo

@supabase/supabase-js celebrate express jsonwebtoken


All badges are links to each doc

Description of that project 📖

Teller api is an API to serve Teller APP;

Project Links

Requirements 🛑

Mandatory

For development, you will need some software installed in your environment.

Optional

To improve your experience and enjoy each linter, here are some extensions
For VSCode, if you use another editor, please look at your marketplace

Configuring your Project 🧰

Yarn will install all dependencies into all projects, start and build them

yarn install
yarn dev
yarn build

Project Folders Structure 👷

.
├── public
├── src
│    ├── @types
│    ├── config
│    ├── modules
│    │    └── [module_folder]
│    │         ├── controllers
│    │         ├── dtos
│    │         ├── providers
│    │         ├── routes
│    │         └── services
│    └── shared
│         └── providers
│              └── supabase
└── [...]

Project Linters 🧹

Project Maintenance 👨‍🔧

  • Project is using Angular Commits Guide Line, for more information, click on this link.

How this project can grow? 🪴

  • Tests, tests and more tests
  • Apply internationalization would be a good option to turn it more world wide spread.