Skip to main content

Server API

📦 Requirements

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

🚀 Quick run

  • Clone repository
git clone https://github.com/waterbustech/waterbus-server-api.git
cd waterbus-server-api/
  • Create .env file
cp env-example .env
  • Install dependencies
yarn
  • Start server
yarn start

Built with 💙 by the Waterbus team.