8000 GitHub - mrmezan06/ProShop: Find the best products for the cheapest price.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Find the best products for the cheapest price.

Notifications You must be signed in to change notification settings

mrmezan06/ProShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProShop

Description

This is a simple web application that allows users to search for books and add them to their reading list. The application uses the Google Books API to search for books and the MongoDB database to store the reading list. The application is built using the MERN stack. The application is deployed on Netlify. The application is live at https://proshop-inventory.netlify.app/ & back-end running on Render.

Table of Contents

Installation

To install the application follow the instructions below:

git clone https://github.com/mrmezan06/ProShop.git
npm install
cd frontend
npm install --legacy-peer-deps
npm start

Note: The application uses MongoDB as the database. You will need to create a MongoDB database and add the connection string to the .env file. You need to provide some credientials in the .env file. [x] MONGO_URI = "Your MongoDB connection string" [x] PORT = 5000 [x] NODE_ENV = "development" [x] JWT_SECRET = "Your JWT secret" [x] PAYPAL_CLIENT_ID = "Your PayPal client ID"

Live Demo

Packages

Front-end

Back-end

Usage

To use the application follow the instructions below:

npm run dev

It will concurrently run the front-end and back-end server.

Contributing

If you would like to contribute it, you can follow these guidelines for how to do so. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Find the best products for the cheapest price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0