Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karanxidhu/shop-slur
Explore the ShopSlur - a project I've crafted for seamless buying & selling. Built with React and Node, your contributions can shape its evolution. Let's collaborate! #MERNStack #React #Node #Contribute
https://github.com/karanxidhu/shop-slur
mern-stack nodejs react shopping-site
Last synced: 7 days ago
JSON representation
Explore the ShopSlur - a project I've crafted for seamless buying & selling. Built with React and Node, your contributions can shape its evolution. Let's collaborate! #MERNStack #React #Node #Contribute
- Host: GitHub
- URL: https://github.com/karanxidhu/shop-slur
- Owner: Karanxidhu
- Created: 2023-10-30T07:58:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T23:11:15.000Z (8 months ago)
- Last Synced: 2024-04-17T00:38:47.136Z (8 months ago)
- Topics: mern-stack, nodejs, react, shopping-site
- Language: JavaScript
- Homepage: https://shop-slur.vercel.app
- Size: 1.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopSlur - MERN Shopping App
Welcome to the ShopSlur repository!
ShopSlur is an application designed for buying and selling various products online. It's constructed using React for the front end and Node.js for the backend.
## Getting Started
### Client Side
1. Open a terminal, navigate to the client directory:
`cd ShopSlur/client`2. Install required dependencies:
`npm install`3. Start the client-side server:
`npm start`### Backend
1. Before starting the backend, ensure to add your MongoDB Atlas connection string in `ShopSlur/server/db.js`.2. Open a terminal, go to the server directory:
`cd ShopSlur/server`3. Install necessary dependencies:
`npm install`4. Run the backend server:
`nodemon index.js`### Login Page
### Sign up Page
### Shop Dashboard
### Product Upload Page
### Cart
## Contributing
Contributions are welcome to enhance this project. Feel free to fork, make modifications, and submit pull requests. Your support will help evolve this application for better online commerce experiences.
## Technologies Used
- React
- Node.js
- Express
- MongoDBLet's collaborate and create an outstanding shopping experience using the MERN stack!
#ShopSlur #MERNStack #React #Node #OnlineCommerce #Contribute