This app is a automated blog about autonomous vehicles around the world It also has a Map page where it displays all areas where autonomous vehicle are or have been available. It misses some companies since I struggle finding precise informations.
- Acts as a virtual media. It's not 100% managed by IA yet but IA features are added slowly.
- Areas can be added as admin in the map page. Area must be drawn as GeoJson file first (I use QGIS).
- For anyone interested in this niche and who wants to know more.
- Blogs are written with Perplexity
- Map is made with leaflet.
Step-by-step instructions to set up locally:
git clone https://github.com/Gaet9/retro-taxi.git
cd client
npm install
cd ../server
npm installShow how to run the project and basic usage examples:
cd client/
npm run devretro_taxi/
│── client/
│── src/
│── api/
│── assets/
│── components/
│── context/
│── pages/
│── public/
│── server/
│── api/
│── assets/
│── controllers/
│── coverage/
│── db/
│── middlewares/
│── routes/
│── scripts/
│── services/
│── tests/
│── index.js/
│── README.md
How to run unit tests:
npm run testHow to run e2e tests (example)
node server/api/tests/e2e/signupFlow.e2e.js(Optional: tools, libraries, or people you want to credit)