This repository contains the sourcecode for a single component of a clone of NewEgg.com, built with a microservice architecture. The component is designed as a full stack service and includes a database and web server which serves a client application and a restful api.
For this project, a team of developers each contributed individual components which were combined into a full listing page. To view the complete listing application, check out the related listing page repo.
- Node.js with the Express.js framework
- SQLite3 with the sqlite3 node driver
- React framework
- Testing
Data was generated for 100 items using my own functions as well as Faker.js to generate random company names and then stored in the SQLite3 database.