URL shortener. Web-app used to handle url's through shortened links.
Front-end and Back-end developed by RoBorregos' members
Production version at: rbgs.xyz
| Name | Github | Role |
|---|---|---|
| Daniel Loredo | @DanielLoredo | PM |
| Antonio Rodriguez | @AntonioRdzNav | Developer |
| Aurora Tijerina | @AuroTB | Developer |
| Jorge Loredo | @JorgeLoredo-1852 | Developer |
| Sebastián Segovia | @teapot2 | Developer |
| Alexis Zugasti | @alexisavz | Designer |
- Backend Endpoints: Postman Documentation
- Production: rbgs.xyz
-
Clone the project repository on your local machine.
SSH:
$ git clone [email protected]:RoBorregos/RoboLinks-FrontEnd.git
or HTTPS:
$ git clone https://github.com/RoBorregos/RoboLinks-FrontEnd.git
-
You will need to create the node_modules directory needed to run react apps.
$ npm install
In terminal run:
$ npm startTo exit proccess :
ctrl + c