/bird_watching_homework

Vue and Express full-stack

Primary LanguageVue

Bird Sightings

Bird Sightings is a full stack JavaScript application with an Express server and MongoDB database.

Getting Started

These instructions should get you a copy of the project up and running on your local machine for development purposes.

Server

Install server dependencies:

cd server//
npm install//

Run a mongoDB server:

mongod//

Seed the database:

npm run seeds//

Run express:

npm run server:dev//

Client

cd ../client
npm install
num run dev