Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 969 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 969 Bytes

KIDS-FIRST-v2

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.

Requirements:

  • Node (at least the 14th version)
  • MongoDB connection

Installation Instructions:

  1. Git clone repository from GitHub
  2. Open folder and install dependencies by running npm i
  3. Copy file .env.example and rename it to .env.local. Or run this command: cp .env.example .env.local.
  4. Run npm run start

Create your own branch and use it while developing your code.