Skip to content

cantoraman/JavaScript-Bird-Watcher-App-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bird Sightings

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

Getting Started

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

Installing

Install dependencies:

npm install

Run a mongoDB server:

mongod

Seed the database:

mongo < server/db/seeds.js

Run webpack:

npm run build

Run express:

npm run server:dev

Using

The application is running on port 300 so visit http:https://localhost:3000.

About

JavaScript MongoDB Exercise - Bird Watcher App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published