In the U.S., parents and teachers collaborate every day for their students, but rarely through direct communication. In fact, they have often never met. Teachers should have an easy way to request assistance from home when the class or specific students needs it, and parents deserve to be kept in the loop about their student's situation at school.
This program is meant to sketch out a solution to the above problem, not be the solution. It makes the assumption that parents, students, and teachers have their accounts created by the school, who also confirms their identities. Therefore, there are no accounts for you, the reader: you can enter a fake parent account and a fake teacher account, and understand how the application attempts to solve the problems of both parties.
This is the back-end portion of the Villagers web-app. The master branch is hosted on villagers.co
In your preferred working directory, get a copy of this repository:
git clone https://github.com/Buraburaite/Villagers-Server
cd Villagers-Server
Install any dependencies (you will need to install NodeJS in order to run this command):
npm install
Finally, run the development server:
npm run dev
This project was generated with IronGenerator (https://www.npmjs.com/package/iron-generator)