/CovEd

Education assistance during COVID-19 outbreak

Primary LanguageJavaScriptMIT LicenseMIT

CovEd

MIT license BCH compliance GitHub issues Total alerts David Website

This repository contains the frontend and backend code for CovEd's website. The website is built using ReactJS, Firebase, and MongoDB.

Setup

  1. To ensure that the website has the required credentials, before installing make a .env file that contains the following:
MONGO_URI = "$MongoDB URI"
EMAIL_USER = "$SomeEmail"
EMAIL_PASS = "$Password" 
GOOGLE_CONFIG = "$GoogleProjectConfigFileContent"
GOOGLE_APPLICATION_CREDENTIALS = "./google-credentials-heroku.json"
  1. Install dependencies & build
npm install
npx webpack
  1. Start the server and client
npm start & npm run hotloader