/kidcity-api

kidcity-api

Primary LanguageJavaScript

Kidcity Api

Requirements

  • Nodejs & Npm >= 12.x.x, install nodejs (preferably using node version manager 'nvm')

First Time Installation

Clone the repo:

git clone https://github.com/mimron/Kidcity-api.git
cd Kidcity-api

Install the dependencies:

npm install

Set the environment variables:

cp .env.example .env
# copy then open .env and modify the environment variables (if needed)

Running Program:

npm run start

Development

Running program when development mode:

npm run start:dev