Skip to content

sutanarief/be-KelasKita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KelasKita

GitHub repo size Github languange GitHub contributors GitHub stars GitHub forks

KelasKita is an application for teachers and students to discuss, which provides a feature to post answers to any questions that have been made by other users.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Go version 1.20.2
  • PostgreSQL

Using KelasKita

Add .env file with these variables

DATABASE_URL=postgresql://${{ PGUSER }}:${{ PGPASSWORD }}@${{ PGHOST }}:${{ PGPORT }}/${{ PGDATABASE }}

PGDATABASE=<databasename>
PGHOST=<host>
PGPASSWORD=<pg user password>
PGPORT=<database port>
PGUSER=<pg username>
JWTKEY=<jwt secret>
PORT=<localhost port>

Installing dependencies :

go mod tidy

Run application :

go run main.go

Run application with nodemon (if you have installed nodemon) :

nodemon --exec go run main.go --signal SIGTERM

API Documentation

See all API Documentation on KelasKita Postman Documenter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages