Web repository of best papers awards.
-
Install Python 3.10+
-
Install MongoDB
-
Clone this repository and enter into the main directory:
git clone https://github.com/jmhorcas/bestpapersawards
cd bestpapersawards
-
Create a virtual environment:
python -m venv env
-
Activate the environment:
In Linux:
source env/bin/activate
In Windows:
.\env\Scripts\Activate
-
Install the dependencies:
pip install -r requirements.txt
-
Launch MongoDB with the associated database:
In Windows:
"C:\Program Files\MongoDB\Server\6.0\bin\mongod.exe" --dbpath="<path_to_db>"
where
<path_to_db>
is the path to the directory where the MongoDB database resides. -
Run the server locally:
python app.py
Access to the web service in the localhost: