Fullstack URL Shortener, built with MongoDB, Golang GoFiber, and TypeScript Next.js
Read more at server/README.md
Read more at client/README.md
- Login to your mongoDB cluster using mongoDB shell
- Add TTL Index at document field named
expireAt
Read more about Expire Documents at a Specific Clock Time at mongoDB Documentationdb.<collectionName>.createIndex( { "expireAt": 1 }, { expireAfterSeconds: 0 } )
docker-compose up -d
docker-compose down
docker-compose down --rmi all -v
To learn more about this project, take a look at the following resources: