CovEducation / CovEd

Education assistance during COVID-19 outbreak
https://coved.herokuapp.com/
MIT License
2 stars 1 forks source link

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"

2) Install dependencies & build

npm install
npx webpack

3) Start the server and client

npm start & npm run hotloader