Code Monkey home page Code Monkey logo

ecommerce-web's Introduction

Sinulid at Kawit

ecommerce-web-logo

An e-commerce website for crocheted bags.
A final project for COSC-FE (E-Commerce).

About the project

This e-commerce website is our final project for our course COSC-FE (E-commerce), a culmination of what we have learned about

  • Marketing and sales,
  • Business models,
  • Security,
  • Website optimization, etc.

Built with

Backend Frontend
Database Server UI Framework
MongoDB Express.js Node.js React.js

Getting started

Get a local copy up and running by cloning the repository and following the installation steps

git clone https://github.com/dattlab/ecommerce-web.git

Prerequisites

  • Node.js
  • npm

Installation

  1. Go to the cloned directory and install the dependencies

    cd ecommerce-web
    npm install
  2. You also need to go to frontend folder to install the separated dependencies there

    cd frontend
    npm install
  3. Rename .env.example to .env and change their values

    • NODE_ENV - may contain development or production
    • PORT - server port
    • MONGO_URI - connection to your MongoDB instance (more info here)
    • PAYPAL_CLIENT_ID - you can get your PayPal client ID by following this guide
    • Lastly, you can assign any value for JWT_SECRET and PAGINATION_LIMIT.

Usage

Running in local server

To run both the backend and frontend, run

npm run dev

To run frontend and backend separately

npm run server  # for backend
npm run client  # for frontend

To build and deploy:

npm run build

License

Distributed under the MIT License. See LICENSE for more information.

ecommerce-web's People

Contributors

bradtraversy avatar dattlab avatar bushblade avatar anthonypz avatar

Watchers

Darylle PV 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.