Adapt Oakland Web UI
- git clone https://github.com/vanecat/adaptoak.git
- cd adaptoak
- npm install
- gulp
Visit http://localhost:8080
Minimal MEAN app built for Urban Biofilter's Adapt Oakland project.
Uses boilerplate from: https://github.com/Hyra/Frickle/. Please read up on this.
- Some description of how things are organized here:
- detail
- more detail...
Documentation of API routes + incoming/outgoing JSON:
- The REST API routes are auto-generated by mers: https://github.com/jspears/mers
- To seed the database, run node seed_db
- Check out the '/seeds' folder for sample data, or use Postman to explore the API.
- Mers has support for filtering resources.
- The following resources are supported:
- asset
- map
- mapstyle
- tabular
- tag
- text
- user
- Try out the following on the sample data for an example of how multiple tags in the UI state could be concatenated to change the output of queries.