for more info read mongodb database connection
DB_URL="mongodb://localhost:27017/Wikipedia"
PORT=8080
cd nodejs && npm install
npm start
sudo docker-compose up
for more info read mongodb database connection
DB_URL="mongodb://localhost:27017"
DB_NAME="Wikipedia"
PORT=8080
cd python && sudo pip install -r requirements.txt
python3.4 server.py
For running the nodejs wikipedia server run (with docker-compose) :
sudo docker-compose up