Steps to run the project

  1. Clone this repository
git clone https://github.com/ekpono/global_voices_be.git
  1. Install the dependencies
npm install
  1. Copy the .env.example file to .env and set the environment variables
cp .env.example .env
  1. Run the project
npm run dev
  1. Open the browser and go to http://localhost:8000

  2. Access graphql playground at http://localhost:8000/graphql