This is the repo for the NavigoLearn project. It contains the following projects:
- Navigo-Frontend
- API
- Glue (in this repo)
This repository is used purely to run the app locally and to call the update hook for CI/CD.
This is the glue between the frontend and the API. It is a simple nodejs server that serves the frontend and backend via a proxy so they're on the same port.
- Git
- NodeJS 18 (LTS) or higher
- NPM
- MariaDB 10.11 (LTS) or higher
git clone --recurse-submodules [email protected]:NavigoLearn/NavigoLearn-MonoRepo.git
cd NavigoLearn-MonoRepo
npm install
npm run dev
# and connect to http://localhost:8080 in browser
git pull
npm install
npm run dev
git submodule update --remote