Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 393 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 393 Bytes

Backend

Made with Strapi.

Usage

  • Create a .env file:

    API_TOKEN_SALT=salt
    JWT_SECRET=secret
    ADMIN_JWT_SECRET=secret2
    HOST=0.0.0.0
    PORT=1337
    URL=https://strapi.example.org
    
  • npm i to install dependencies

  • npm run develop for development.

  • npm run build and npm start for production.

Dependencies

  • nodejs ^20.10.0
  • npm ^10