Skip to content

Web #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 22, 2017
Merged

Web #33

merged 10 commits into from
Sep 22, 2017

Conversation

mykahT18
Copy link
Contributor

@mykahT18 mykahT18 commented Sep 21, 2017

This is the express server. All that needs to be verified is that it is running and routes are working.

git fetch origin
git checkout web

npm i

Dispose of previous containers and volumes an rebuild
docker-compose down -v && docker-compose up --build

You need to run npm i to install express.

There are 3 routes that can be hit.
Welcome route: this route takes in a UUID code. /welcome/:code
Error route: this route shows error message. /error
Success route: this route shows success message. /success

I just need someone to verify that it is all working.

@jonathandavidpollock
Copy link
Contributor

Mykah, I got it working, but you are missing some things in your docs. Please add npm i before you run docker. After you do that, it runs perfectly.

@jonathandavidpollock jonathandavidpollock merged commit 27de761 into dev Sep 22, 2017
@reactivepixel reactivepixel deleted the web branch October 27, 2017 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants