Giter VIP home page Giter VIP logo

smyrmnsr / shopqipo-ecommerce Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 50.6 MB

A Full-Stack E-commerce application that uses React, Redux, MongoDB, Nodejs, ExpressJS and JWT Authentication with PayPal as well as Braintree payment system that allows sellers to upload and manage inventories and buyers to save goods to cart and purchase via Palpal.

Home Page: https://shopqipo.herokuapp.com/

JavaScript 15.06% CSS 84.87% HTML 0.07%
redux nodejs javascript mongodb reactjs expressjs tailwindcss jwt-authentication braintree-payment html5

shopqipo-ecommerce's Introduction

Project Demo

Desktop photos Desktop photos Desktop photos Mobile photos Mobile photos

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Configuration (Optional)

By default, the server will expect to connect to a MongoDB instance running on localhost:27017. However, you can customize the environment to use different values for the MongoDB host. To do that, you can create a .env file for specifying credential information for MongoDB.

Create a new file called .env, with the following properties:

MONGO_URL=mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
MONGO_USER=username
MONGO_PASSWORD=password
PORT=5000

or instead, you can use the equivalent JSON:

{
  "mongo": {
    "url": "mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/myFirstDatabase?retryWrites=true&w=majority",
    "user": "username",
    "password": "password"
    "port": "5000"
  }
}

Where the URL, username, and password are set to your preferences.

Installing

Installing NPM modules on both client and server folders

Execute these commands from the project root directory

npm install
cd client && npm install

Running the app

Open a terminal on root directory

npm run start

and open another terminal on client directory

cd client && npm start

Access the web app at http://localhost:3000/

Technologies Used

FRONTEND

REACT JAVASCRIPT CSS3 HTML5 TAILWINDCSS

BACKEND

NODE.JS MONGODB

Author

๐Ÿ‘ค Samir Mansour

shopqipo-ecommerce's People

Contributors

smyrmnsr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.