Skip to content

CPSG-31/kbti-backend

Repository files navigation

KBTI Backend

REST API for KBTI (Kamus Besar Teknologi Informasi) built with Typescript + AdonisJs 5

Run Locally

  1. Clone the project

      git clone https://github.com/CPSG-31/kbti-backend.git
  2. Go to the project directory

      cd kbti-backend
  3. Install dependencies

      npm install
  4. Copy .env.example to .env

  5. Create a database and set your database config in .env

  6. Run your mysql server

  7. Run migration

      node ace migration:run
  8. Run seeder

      node ace db:seed
  9. Start the server

      npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

CORS_ORIGIN='*'

Live Demo

API Documentation

Credit

Releases

No releases published

Packages

No packages published

Languages