A node webserver and API backend for the information recollected and stored in MongoDB about scientific articles that mention metaheuristic algorithms. This code is presented as open source, as an educational example of these technologies.
To run the server execute:
npm i
npm start
A proper connection to the MongoDB should be specified in a .env file. This file introduce the Mongo URL as an environment variable for the server to use. An example of the Mongo URl structure is show in the .env.example file.