teacherfund / TeacherFund_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeacherFund logo

TeacherFund is a charity to support teachers in a way that encourages great teachers to stay, and potentially great teachers to choose teaching as a career path. This includes providing supplemental funds and supplies to school teachers in need.

This repository contains the code for the main TeacherFund api backend written with Koa.

This project is in very early development and as such, the structure/design is subject to change significantly and often.

Contributing

We welcome any contributions to this project! If you're interested in fixing bugs or implementing new features, please see the document How to Contribute.

Related Projects

Set up database

-mysql.server start
-mysql -u root
-create database teacherfund;
-exit

Run

npm run dev to build+watch on port 3000

License

MIT

About


Languages

Language:TypeScript 96.5%Language:JavaScript 3.5%