Skip to content
/ Wind Public

a simple URL shortener written in TypeScript with Express.js and MySQL2.

License

Notifications You must be signed in to change notification settings

Kuuuuuuuu/Wind

Repository files navigation

Wind 🍃

Wind is a simple url shortener written in TypeScript with Express.js and MySQL2.

Requirements ⚠️

  • Node.js (LTS or latest)
  • MySQL Database

Setup ⚙️

  1. Clone the Repository

    git clone https://github.com/Kuuuuuuuu/Wind.git
    
  2. Install Dependencies

    npm install
  3. Configure Environment

    • Rename .env.example to .env
    • Fill in your database information in the .env file
  4. Start the Application

    npm start
  5. Enjoy! :D ✨

Feel free to contribute! If you encounter any issues, please submit them on GitHub Issues. Your feedback and contributions are highly appreciated.