Second code version of the app.
KIDS FIRST is a co-parenting app that aspires to give divorced parents a fair and practical tool to schedule child custody without conflict. Co-parenting requires a significant level of communication and cooperation, which can be a challenge for divorced parents that rather not speak with each other. Lack of communication leads to parents arguing and studies have shown this can negatively affect their child's upbringing and development.
npm i
backend
foldernpm i
.env.example
and rename it to .env.local
. Or run this command: cp .env.example .env.local
..env.local
fileMONGODB_URI
variable and set it to the value of your MongoDB connection string npm run start
frontend
foldernpm i
.env.example
and rename it to .env.local
. Or run this command: cp .env.example .env.local
..env.local
(ask other devs about Firebase variables)npm run start
Create your own branch and use it while developing your code.