A service where its users can create their custom links that redirect to the desired page. Users will be able to create an account and manage their links from there.
This project is composed of a frontend and a backend. See the frontend repository here
DISCLAIMER: this project worked perfectly during all the development but currently is not working in production due to CORS errors.
OUT OF TIME CHANGE: finally the project worked. Sorry for changing this README out of time
Java
Spring/Springboot
MongoDB
JWT
TypeScript
Angular 17
- Users can create an account and log in.
- Users can create, update and delete their links.
- Users can share their links with other people to redirect them to other page.
During this project I learned lot of things about how web applications work and I also added new technologies to my stack.
- For this project I needed secure endpoint that required authentication with JWT. My next step will be learning to authorize this endpoint user OAuth.
- Thanks to this project I reinforced my knowledge about how web applications work, and it makes want to know even more to produce more professional products.
- Jesus Castillo (@jcasben)