https://github.com/rootdavinalfa/basesripsiapi
Base Thesis API
https://github.com/rootdavinalfa/basesripsiapi
Last synced: 8 months ago
JSON representation
Base Thesis API
- Host: GitHub
- URL: https://github.com/rootdavinalfa/basesripsiapi
- Owner: rootdavinalfa
- Created: 2021-01-28T12:31:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T15:45:31.000Z (over 4 years ago)
- Last Synced: 2024-12-27T18:31:29.905Z (over 1 year ago)
- Language: Kotlin
- Size: 272 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to Base Skripsi API
Copyright 2021 - Davin Alfarizky Putra Basudewa
[](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}`