It is a simple server that provides the posibility to search news, store them and remove them. It is maked using node express library. This project was maked using node 8.14.0, but you can use every node that you wont, but the version will be equal or upper than node 8.
Use this command to install all dependencies.
This command start the server on development mode. So it will be start using nodemon. Sure that you have this dependency installed.
This command start all tests.