Schedule > Activity: Final Project Workshop
Due Fri, 04/24 at 11:59pm
Today’s Goals
Today we’re going to do a couple of different things:
- You’re going to share out your final project ideas with your classmates (proposal due tonight).
- We’re going to review how to set up your backend.
- We’re going to practice making an interactive map (based on the “fruiting plants on campus” database).
1. 10 Minutes: Share out your final project idea
In groups of 3:
- What kind of app are you building?
- Who is the app for?
- What data will you be interacting with?
2. Tips for Configuring your API
Basic workflow here: https://github.com/csci344/api-generator
You may decide that you want to make slight modifications to your API as you brainstorm. If you want to save yourself some time, you can:
-
Create a new folder in the
samplesdirectory to store your API YAML file, sample data, and sample images. -
Modify the data / images / YAML config.
-
Rebuild your api from the examples directory:
npm run build:example -- --dir sneakers npm run build:example -- --dir plants
3. Interactive Map Activity
If time: Interactive Map Activity