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.
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.
- TeacherFund FrontEnd (NEXT React.js)
-mysql.server start
-mysql -u root
-create database teacherfund;
-exit
npm run dev
to build+watch on port 3000
MIT