Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 602 Bytes

DoingApi

Task management api for Live Church Solutions

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Join us on Slack.

Dev Setup Instructions

  1. Create a MySQL database named doing.
  2. Copy dotenv.sample.txt to .env and edit it to point to your MySQL database.
  3. Install the dependencies with: npm install
  4. Create the database tables with npm run initdb
  5. Start the api with npm run dev