AutoElite es una aplicación web que le permite al público buscar, publicar y vender vehículos de la manera mas ágil y cómoda posible.
- Primeros pasos con Github
- Buenas prácticas para escribir Commits
- Como usar Postman
- React desde cero
- Autenticación mediante Token
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
To run tests, run the following command
npm run test
Client: React, Boostrap
Server: Java, SpringBoot