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
- Clone the Capi
git clone https://github.com/OmranAbazid/Capi.git
- Install NPM packages
yarn install
- Initialize the database with some data
yarn setup
- Start the API and the admin panel in two seperate terminals
yarn start-apiyarn start-admin