Skip to content

AISearch/AISearchBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AISearch Website Backend

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.

Getting Started

To run the server execute:

npm i
npm start

Prerequisites

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.

Built With

Releases

No releases published

Packages

No packages published