Devon Wesley & Ana Sauceda project managers
We are a diverse group of tech professionals from Oakland providing free coding tutoring for children 5-10 yrs old. This website is a tool for coordinators, voluteers and parent to help coordinate workshop events and signup.
- Node.js, Express
- Postgres, Knex (SQL Builder)
- Pug - HTML templating for the frontend
- Please notify us if you would like to pick up an issue oaklandtechforkids@gmail.com
- Fork project
- When working on an issue refer to data model in WIREFRAME.md
- if you don't have these already install Node, Express and Postgres globally
- install all current project-based dependencies using command
npm i
before starting development on new feature
- Create database:
createdb lil_bytes_development
npm start
orknex migrate:latest
commands runs all latest migrations.knex migrate:make [name]
will generate new migration.
- To run tests
npm run test
from the command line.
This webiste is not currently in production.