⚙️ RESTful API for api.cuvantulzilei.ro/
- No transpilers, just vanilla javascript
- CORS enabled
- Consistent coding styles with editorconfig
- Gzip compression with compression
- Linting with eslint
- Continuous integration support with Netlify
- todo: API documentation generation with apidoc
- todo: Monitoring with pm2
git clone https://github.com/Cuvantul-Zilei/cz-api.git
cd cz-api
npm install
cp .env.example .env
npm run dev
# generate and open api documentation
yarn docs
Deployments are automatically synced with branch prod