KIDS FIRST 2024 MVP Frontend | KIDS FIRST 2024 MVP Backend
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.
- Node (at least the 14th version)
- MongoDB connection
- Git clone repository from GitHub
- Open folder and install dependencies by running
npm i
- Copy file
.env.example
and rename it to.env.local
. Or run this command:cp .env.example .env.local
. - Run
npm run start
Create your own branch and use it while developing your code.