Installation

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

Prerequisites

MongoDB is installed on your machine and the credentials matches serverConfig.js available in the root directory

Installation

  1. Clone the Capi
git clone https://github.com/OmranAbazid/Capi.git
  1. Install NPM packages
yarn install
  1. Initialize the database with some data
yarn setup
  1. Start the API and the admin panel in two seperate terminals
yarn start-api
yarn start-admin