Grassway is a free URL shortener web app based on Angular and NestJS, inspired by bit.ly and linktree.
Grassway is now live at grassway.xyz. If you find it helpful, please leave a star 🌟
Tech Stack | Version |
---|---|
Angular | 16 |
NestJS | 10 |
PostgreSQL | |
Redis | |
Docker |
- ⭐ Shorten URL
- ⭐ Brand Page
- ✅ Manage Your URLs
- ✅ Customize QR Codes
- ✅ Analyze Your URLs
- ✅ Manage Brand
- ✅ Realtime notification
- ... and more
-
Create
.database-env.development
from.database-env.example
-
In the server folder, create
.env.development
from.env.example
-
In the root folder, start the project by running the command:
npm run start:dev
-
Create
.database-env.production
from.database-env.example
-
In server folder, create
.env.production
from.env.example
-
In the root folder, start the project by running the command:
npm run start:prod
MIT