Website for CPSC 276/376 Final Project for Dura Europos Horde Geomapping
This is the backend portion of the project written in Node.js. To setup, run npm install in the server directory to install all dependencies. Then run npm start to start up the backend server.
This is the frontend portion of the project written in React. To setup, run npm install in the client directory to install all dependencies. Then run npm start to start up the frontend server.