GTBitsOfGood / bog-vms

Official Repository for the Bits of Good Volunteer Management System!
MIT License
4 stars 2 forks source link

Bits of Good - Volunteer Management Portal

License: MIT CircleCI Codacy Badge Known Vulnerabilities

How to run:

  1. Clone the repository.

  2. Copy the .env file from the slack channel into the backend folder

  3. Navigate to the backend folder through the terminal and run

yarn install

and then

yarn dev

This should start the backend server and connect to the MongoDB Database.

  1. Navigate to the frontend folder on a new terminal window and run

yarn install

and then

yarn start

A browser window should open http://localhost:3000/

IMPORTANT DEVELOPMENT INFORMATION