JULIERAJ / KIDS-FIRST-v2

Second version of the app.
6 stars 4 forks source link

KIDS-FIRST-v2

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.

Requirements:

Installation Instructions:

  1. pull repository from GitHub
  2. Open folder and run npm i

Backend:

  1. Open backend folder
  2. Install dependencies: npm i
  3. Configure a MongoDB connection install demo
  4. Copy file .env.example and rename it to .env.local. Or run this command: cp .env.example .env.local.
  5. Open your .env.local file
  6. Edit MONGODB_URI variable and set it to the value of your MongoDB connection string
  7. Run npm run start

Frontend:

  1. Open frontend folder
  2. 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. Add Firebase credentials to the .env.local (ask other devs about Firebase variables)
  5. Run npm run start

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