https://github.com/engagementlab/el-api
The Lab's unified web app content and CMS deployment API.
https://github.com/engagementlab/el-api
api keystonejs lerna mongodb node wip
Last synced: about 1 year ago
JSON representation
The Lab's unified web app content and CMS deployment API.
- Host: GitHub
- URL: https://github.com/engagementlab/el-api
- Owner: engagementlab
- Created: 2020-04-08T22:38:14.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T17:52:10.000Z (over 2 years ago)
- Last Synced: 2025-03-23T06:07:49.435Z (about 1 year ago)
- Topics: api, keystonejs, lerna, mongodb, node, wip
- Language: JavaScript
- Homepage:
- Size: 6.19 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - el-api - The Lab's unified web app content and CMS deployment API. ⭐1 `JavaScript` (📦 Legacy & Inactive Projects)
README
# Engagement Lab API

### This repository is still in a _beta_ phase; use in production is cautioned.
[](https://travis-ci.org/engagementlab/el-api)
[](https://codecov.io/gh/engagementlab/el-api)
[](https://lerna.js.org/)
**Important**
For this repo, we will follow [Angular's commit message guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) for cleaner/more readable commits and easier future use of [semantic releases](https://github.com/semantic-release/semantic-release).
#### Install steps:
`nvm use`
Get Lerna:
`npm i -g lerna`
Install all dependencies and link any cross-dependencies:
`yarn run bootstrap`
Run:
`yarn run start`