Skip to content

Repository to store the backend files to Shorten Link project. A URL shortener.

License

Notifications You must be signed in to change notification settings

Note45/shorten-link-backend

Repository files navigation

Shorten Link(Backend)

Repository to store the backend files to Shorten Link project. A URL shortener.

Description

The idea of the project is to send a URL to the backend, short the URL, and send the response with the URL shortener. Also, the backend can receive a shortener URL and response with the original URL.

How the project is currently

It's finished.

To run the project using Docker

  1. Make sure you have docker and docker-compose installed;
  2. Create the .env file using as a base the .env.example file;
  3. Run in the terminal inside the project root folder the command below:
  docker-compose up -d

PS: The project will be running at the port you define in the .env file.

Technologies

  1. NodeJS
  2. GraphQL
  3. Typescript
  4. Apollo Server
  5. Postgress
  6. Docker
  7. ESLint
  8. Prettier
  9. Husk
  10. Jest
  11. Supertest
  12. Github Actions

Initial Requirements:

  1. - The user can send a link to be shortened.
  2. - The user can send a shortened link to get the original link.

Future Requirements

  1. - The user can send a custom name to create the shortened link.
  2. - Automated tests in the project.

About

Repository to store the backend files to Shorten Link project. A URL shortener.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published