To run the project:
npm install
npm start
database url and server port can be changed through the environment variables DB_URL and SERVER_PORT respectively.
Our tests (in the grader) will fail if the POST articles route isn't implemented/fails as we need to be able to create articles to test properly. Try to implement that route first.