/kwado-api

Primary LanguageJavaScript

Kwado

Environment vars

This project uses the environment variables as seen in .env.sample:

Pre-requisites

Getting started

  • Clone the repository
git clone https://github.com/chinezenwosu/kwado.git
  • Install dependencies
cd <project_name>
npm install
  • Build and run the project
npm run dev
  • Navigate to http://localhost:8000

Testing