Skip to content

juliGer/SearchCars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchCars

Application made in React.js and Django Rest to search for a car from a license plate

Requirements

  1. docker
  2. docker-compose

How to run in Windows

  1. Open a terminal
  2. Go to the SearchCars Directory
  3. Run run.bat

How to run in Linux

  1. Open a terminal
  2. Go to the SearchCars Directory
  3. Run sudo chmod +x run.sh
  4. Run sudo ./run.sh

Application ready

Once you see the following image in the console it means that the application is ready to use

  1. Go to http://localhost:4000/
  2. Enjoy it 😉!

ready

Tools

  1. React
  2. MySQL
  3. Docker
  4. Material-ui
  5. Django-rest
  6. Docker-compose