Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

drawing


### Sign up Page

drawing


### Shop Dashboard

drawing


### Product Upload Page

drawing


### Cart

drawing


## 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
- MongoDB

Let's collaborate and create an outstanding shopping experience using the MERN stack!

#ShopSlur #MERNStack #React #Node #OnlineCommerce #Contribute