Wind is a simple url shortener written in TypeScript with Express.js and MySQL2.
- Node.js (LTS or latest)
- MySQL Database
-
Clone the Repository
git clone https://github.com/Kuuuuuuuu/Wind.git
-
Install Dependencies
npm install
-
Configure Environment
- Rename
.env.example
to.env
- Fill in your database information in the
.env
file
- Rename
-
Start the Application
npm start
-
Enjoy! :D ✨
Feel free to contribute! If you encounter any issues, please submit them on GitHub Issues. Your feedback and contributions are highly appreciated.