No description
| dist | ||
| src | ||
| .DS_Store | ||
| .gitignore | ||
| .npmrc | ||
| builder.js | ||
| Dockerfile | ||
| example.env | ||
| jest.config.js | ||
| LICENSE.md | ||
| overlord.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
Overlord API
Node backend API for the Overlord CMS
Built with:
This is a hobby project and nowhere near ready for production use.
All hail the Overlord!
Getting started
Requirements:
- Node (tested with 22.12.0 to 24.12.0)
- PostgreSQL
Installation
# Clone repo:
git clone https://git.pickleglitch.com/pickle/Overlord.api.git
#Install dependencies
cd Overlord.api
npm i
# Create .env
cp example.env .env
# add your own values to .env
Development server
Run npm run dev for a dev server. Navigate to http://localhost:3001/