An open API service indexing awesome lists of open source software.

https://github.com/rootdavinalfa/basesripsiapi

Base Thesis API
https://github.com/rootdavinalfa/basesripsiapi

Last synced: 8 months ago
JSON representation

Base Thesis API

Awesome Lists containing this project

README

          

## Welcome to Base Skripsi API
Copyright 2021 - Davin Alfarizky Putra Basudewa

[![BaseSkripsi Build Test](https://github.com/rootdavinalfa/basesripsiapi/actions/workflows/main.yml/badge.svg)](https://github.com/rootdavinalfa/basesripsiapi/actions/workflows/main.yml)

This repository contain API for my Thesis for Undergraduate on Universitas Banten Jaya
Feel free to use this as basis of your project or your own Thesis

## Featured:
1. Kotlin as lingua franca of this project
2. Will be using Springboot such as Rest, Data, Security
3. MongoDB for database

## Requirements:
1. Java 11+ (OpenJDK preferred)
2. Kotlin Stdlib 1.4.x
3. MongoDB

## Configuration:
You may want to change application.properties to :
- `primary.db.uri=mongodb://username:password@localhost:27017/databasename`
- `primary.config.expiredDay={DAY IN INTEGER}`
- `primary.config.tokenSecret={TOKEN SECRET}`