Bird Sightings is a full stack JavaScript application with an Express server and MongoDB database.
These instructions should get you a copy of the project up and running on your local machine for development purposes.
Install server dependencies:
cd server
npm install
Seed the database:
npm run seeds
Run express:
npm run server:dev
cd ../client
npm install
npm run serve