Skip to content

j0Shi82/nwoun-slim-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4885d8c · Jun 9, 2024

History

76 Commits
Feb 22, 2023
Aug 3, 2020
Sep 30, 2021
Sep 21, 2022
Jun 7, 2024
Jun 7, 2024
Jun 9, 2024
Jul 28, 2020
Oct 14, 2022
Sep 30, 2021
Sep 30, 2021
Jun 7, 2024
Jun 7, 2024
Jun 7, 2024

Repository files navigation

API for https://www.gond.tools/

Corresponding Repos:

Setup

  • composer.phar install
  • .env.example -> .env and edit server values
  • dev/php.example.ini -> dev/php.ini and edit value to match your environment
  • composer propel to build the database schema
  • composer.phar start to start the server

Deployment

  • Upload all files except .example, .git*, LICENSE, README.md and dev
  • Entry point for the API is www.yourdomain.com/public/v1/devtracker.
  • Probably the best to let a subdomain point to public so you can api.yourdomain.com/v1/devtracker etc.

Live API

The live API is present at https://api.uncnso.red. There is no access control policy. Please use responsible or this will change.

Docs

https://docs.uncnso.red

Development

  • cd vuepress-docs
  • pnpm install
  • pnpm docs:dev

Deployment

  • pnpm docs:build
  • upload vuepress-docs/src/dist

Releases

No releases published

Packages

No packages published

Languages