Title : Adventurist Link Web Application
Welcome to the backend repository of the Adventurist Link Thesis project. This document will guide you through the setup and installation process.
Prerequesties : A Node.js runtime should be installed in order to run the project successfully . The project was developed using Node.js v18.0, and it is the recommended to use this version for compatibility. MongoDB: Ensure you have MongoDB installed and running.
To set up and start the project once it is installed locally , the following commands should be run one after another:
npm install
npm run server
If you did not choose to set up a default port in the environment varaibales a default port is selected in this case : Once the server is running, you can access the API at http://localhost:5000.
With these steps, your backend server should be up and running. Ensure both frontend and backend servers are running to experience the full functionality of the Adventurist Link Thesis project.