https://github.com/justhackone/online-market-react-node.js
This simple online market showcases the main ideas and technologies used in building a modern application. #React, Postgresql, Node.js, Axios, Bootstrap#
https://github.com/justhackone/online-market-react-node.js
Last synced: about 1 year ago
JSON representation
This simple online market showcases the main ideas and technologies used in building a modern application. #React, Postgresql, Node.js, Axios, Bootstrap#
- Host: GitHub
- URL: https://github.com/justhackone/online-market-react-node.js
- Owner: JusthackOne
- Created: 2024-02-12T14:13:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T06:12:00.000Z (over 2 years ago)
- Last Synced: 2025-01-31T07:31:51.876Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 746 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Market 🛍️
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.
## Stack 📚
- 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.
## Commands and .env Configuration 🔧
- Run `npm run dev` to start the server.
- Run `npm start` to start the client server.
Configure your `server/.env` with the respective data.
Configure your `client/.env` with the respective data.
## Some Snapshots 📸
### Main Page

### Admin Panel

### Login Page
