An open API service indexing awesome lists of open source software.

https://github.com/bloiseleo/encurlta


https://github.com/bloiseleo/encurlta

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Encurlta

Encurlta is a simple URL shortener.

## Tools

- Nest JS
- Bun
- Jest
- Husky
- TypeORM

## TO-DOS

- [x] Improve main.ts setup code
We have created an ApplicationBuilder that is able to create the whole application.
- [x] Improve Testing module setup code
Since we already created an ApplicationBuilder, we can reuse this class to build the test app.
- [x] Improve organization of exceptions
Some exceptions that are being used are declared as User exceptions, but it should be common exceptions.
- [ ] Create or prepare the scripts to create the production build.