Skip to content

Server Restful API

Requirements

Before getting started, ensure you have the following software installed:

Quick run

  • Clone repository
Terminal window
git clone https://github.com/waterbustech/waterbus-server-api.git
cd waterbus-server-api/
  • Create .env file
Terminal window
cp env-example .env
  • Install dependencies
Terminal window
yarn
  • Start server
Terminal window
yarn start
Built with 💙 by the Waterbus team.