Deployed at: https://cf-express-server-deployment.herokuapp.com/
to install run git clone git@github.com:Kellen-Linse/express-server-deployment
cd into express-server-deployment
run npm install
To start server run : npm start
To test server run: npm test
- GET
/message: returns a list of Message objects - POST
/message: creates a message, saves it and returns the list of messages.
- Message:
-
Object
Message{ text: string, author: string } -
Messages can be saves
-
Full list of messages read.
-
