The src file includes quite a lot of different files; I would have your server files, tests and cars.json/search cars in separate folders to keep things organised and scalable ✨
e.g.
- server
---- server.js
---- router.js
---- handlers.js
- test
---- test.js
- searchCars
---- searchCars.js
---- cars.json
The src file includes quite a lot of different files; I would have your server files, tests and cars.json/search cars in separate folders to keep things organised and scalable ✨
e.g.