/OctaEngine

Primary LanguageJavaScript

OctaEngine

check out the frontend here

Requirements

-Have nodejs installed

Configuration

-Clone app using this link -Install the dependencies using npm install -Create a .env file touch .env -In the env file, set your variables:

  1. PORT Set it to 8080 or any port you would prefer

  2. WEBISTE Front end is running on http://localhost:5173

  3. MONGO_URI Just the name of your mongo database url

-Run the app using node --watch server