Skip to content

candradimuka-community/be-alumni-jcc

Repository files navigation

alumni-JCC

Main website for alumni JCC

Setup .env through file .example.env

You can customize the variable on your own .env file based on .example.env Most important are:

  1. URL_FE : used to redirect after verified registration
  2. PG_DB_NAME : use dev db for development
  3. SMTP: using mailtrap / google SMTP with Google app password

Execute wilayah.sql to database

Table wilayah is required for this project to work. You can download the file here cahyadsn/wilayah Thanks to @cahyadsn for providing this

How to use

  1. Clone the repo
  2. Set Up The ENV Variables
  3. Execute wilayah.sql
  4. Run the commands:
npm install
node ace migration:run
node ace db:seed
npm run dev

Deployed URL

https://misty-calf-earmuffs.cyclic.app/api/

API Documentation

Postman Chunk JSON

Check and develop by branch

  1. main -> API completed/existing
  2. dev-be -> API endpoint development
  3. you can make your own branch for experimental purpose

Stack

  • BE Framework - Adonis
  • Databases - PostgreSQL/CockroachDB

Support Link

About

Main website for alumni JCC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published