This simple online market showcases the main ideas and technologies used in building a modern application. It utilizes databases to store information about devices, types, and brands. Express.js is employed to manage and manipulate this information. Furthermore, a React frontend application offers a dynamic platform for interacting with the API, resulting in a comprehensive application complete with a catalog of devices, an admin panel, and authentication capabilities.
- React: A JavaScript library for building user interfaces.
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
- PostgreSQL: A powerful, open-source object-relational database system.
- Axios: A promise-based HTTP client for the browser and node.js.
- Bootstrap: A front-end framework for developing responsive and mobile-first websites.
- Run
npm run devto start the server. - Run
npm startto start the client server.
Configure your server/.env with the respective data.
Configure your client/.env with the respective data.


