/online_marketplace

Written in Plain JavaScript for front-end, mySQL as database and served with ExpressJS and Ruby.

MIT LicenseMIT

About The Project

Built With

This section contains list tools/frameworks that were used to built project. Please update accordingly for any (new) add-ons/plugins.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

PLEASE SET-UP YOUR MACHINE if you have not. The following command will not work if it is not set up correctly.

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/yuhanyuhan/online_marketPlace
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request