/short-links

Primary LanguageTypeScriptMIT LicenseMIT

React na Prática Logo

✔️ 🚀 Short Links 🚀 ✔️

Project   |    How to execute it   |    Demonstration   |    Technologies   |    License

🈸 Project

Short links is a simple project to practice server creation with Node and Fastify

Functionalities:

  • Get links
  • Get metrics
  • Go to URL and save access
  • Create Links

🔧 How to execute it

Go to the folder where you clone the project, open a terminal and follow these steps: Client:

  • 01 - cd client
  • 02 - npm i
  • 03 - npm run dev

Server:

  • 01 - cd server
  • 02 - npm i
  • 03 - docker compose up -d
  • 04 - npm run setup
  • 05 - npm run dev

📽️ Demonstration

shortlink.mp4

🚀 Technologies

The project was developed using these technologies:

📝 License

This project is under the MIT License. See LICENSE for details.