https://github.com/bloiseleo/encurlta
https://github.com/bloiseleo/encurlta
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bloiseleo/encurlta
- Owner: bloiseleo
- Created: 2024-09-04T05:31:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T02:57:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T18:20:52.636Z (over 1 year ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.