Skip to content

codeclan-code/wk8_d2_bird_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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
npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published