nss-lean-anteaters / nutshell

2 stars 0 forks source link

register user now works #32

Closed obscure-shadow closed 6 years ago

obscure-shadow commented 6 years ago

Link to Ticket

Closes # [Link]()

Description of Proposed Changes

Steps to Test

Outline the steps to test

git fetch --all
git checkout dp-registration

go to front page click register enter username and email check api that username and email has been added

Impacted Areas in Application

List general components of the application that this PR will affect:

Definition of Done

  1. The project must be fully documented. This includes the following:
    1. Complete README that documents the steps to install the code, how to install any dependencies, or system configuration needed.
    2. Every class must be documented with purpose, author, and methods.
    3. Every method must be documented with purpose and argument list - which itself must contain a short purpose for each argument.
  2. The project must be able to run fully, and without errors, on each teammate's system.
  3. Fulfills every requirement. Every line of code has been peer reviewed.
  4. For projects that require unit testing, core functionality must be identified and have at least one test for each.
hayleylandsberg commented 6 years ago

🤷‍♀️ I've tried it a few times. Restarted grunt, server, api and I keep getting the following error "POST http://localhost:8088/user 500 (Internal Server Error) - bundle.js:9601"

I see where it worked for you, so figure it's either grunt being silly or something simple.

obscure-shadow commented 6 years ago

aright, well we will have a look at it when you get in

Ryoung27 commented 6 years ago

👍

Deanna2000 commented 6 years ago

:shipit: