Skip to content

BaileyTheriault/fullstack-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPRINT OBJECTIVES

Before you go any further, make sure you've done the following:

npm install

If you have issues installing webpack/start script see below

You can spin up the front-end by using:

npm start

You can spin up the back-end by using:

npm run server

FRONT-END

  • Filter bugs by the threat level set by the user.

  • Create a modal that will allow users to submit new bugs. A bug report must contain:

  1. Assigned Team Member
  2. Threat Level
  3. Description
  4. Reporter
  • Populate the client with bug reports sent back from the server.

BACK-END

  • Create a route to send back ALL bug reports in the DB.

  • Create a route to handle new bug reports sent from the client.

DATABASE

  • Populate a Postgres DB or MongoDB (w/ Mongoose) with exampleData.

  • Create a method to send back all bug reports in the DB.

  • Create a method to add a new bug report to the DB.

WEBPACK WOES

If it continues to fail and you're on a macOS make sure you've installed Xcode:

xcode-select --install

npm install and try npm start again

If it continues to fail: globally install webpack, webpack-cli, and webpack-dev-server then:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published