Skip to content

randomlyalex/sightings-fullstack-app-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

Seed the database:

npm run seeds

Run express:

npm run server:dev

Client

cd ../client
npm install
npm run serve

About

Practice using a MEVN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 53.4%
  • JavaScript 38.8%
  • HTML 7.8%