Yourcar is a responsive website, a car e-commerce.
This project was developed using:
To start the project, execute the following commands:
# To install all backend dependencies
$ cd backend
$ yarn
# To start the server
$ yarn start:dev
Open a new terminal
# To install all frontend dependencies
$ cd frontend
$ yarn
# To start the project
$ yarn start
The app will be available on the browser by accessing the address http://localhost:3000.