An Url shortener application built on top of Nodejs and integrated discord bot.
- Dynamic URL shortening
- Web interface
- RESTful API
- Discord Bot integration
- Node.js
- Express.js
- MongoDB
- Docker
- JWT authentication
- EJS for server-side rendering
- MVC architecture
- Clone this repository.
- Install dependencies:
npm install
. - Set up environment variables.
- Start the server:
npm start
.
- Access the web interface at http://localhost:3000.
- Use the API endpoints for programmatically shortening URLs.
- Integrate the Discord Bot with your Discord server for URL shortening functionality.