Content Management API for Live Church Solutions
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Join us on Slack.
- Create a MySQL database named
content
. - Copy
dotenv.sample.txt
to.env
and edit it to point to your MySQL database. - Install the dependencies with:
npm install
- Create the database tables with
npm run initdb
- Start the api with
npm run dev