Skip to content

eba-diary/Travelogues-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIE-webapp

Web application for Nile Travelogues, a subproject of the Travelers in Egypt project

How to run

Requirements: Node.js

You will need the corresponding SQLite3 database. Put the DB in the same directory as app.js and modify the db_filename config in config.json to match the filename. Install dependencies with npm install, then run node app.js to start the app. The website will be served on the PORT environment variable (if it is set) or the port specified in config.json.