Start the application npm start
Start nodemon for the application npm run dev
Run the tests npm test
When your new project is ready for deployment, add a new Heroku application with heroku create
. This will make a new git remote called "heroku" and you can then npm run deploy
which will push to this remote's master branch.
by David Q and Corey Moore
This App is A FIFO adoption App, that matched dogs and/or cat to new owners
TECH STACK:
- NODEJS
- EXPRESS
- CORS
- REACTJS
/api/dog returns next dog to be adpoted
/api/cat returns next cat
GET - /api/users/position?user="NAME" return current position for that user
POST - /api/users add user to queue POST - /api/Adopt marks pet as adopted reqs user and either 'dog' 'cat'