https://github.com/rbkgh/timetablegeneratorbackend
Timetable generator backend api for technical institutions in Ghana.Frontend here--> https://github.com/RbkGh/TimeTableGeneratorWebApp .First Test Case : Kotech
https://github.com/rbkgh/timetablegeneratorbackend
Last synced: 6 months ago
JSON representation
Timetable generator backend api for technical institutions in Ghana.Frontend here--> https://github.com/RbkGh/TimeTableGeneratorWebApp .First Test Case : Kotech
- Host: GitHub
- URL: https://github.com/rbkgh/timetablegeneratorbackend
- Owner: RbkGh
- Created: 2019-01-08T15:00:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T16:09:08.000Z (over 7 years ago)
- Last Synced: 2025-09-14T19:00:58.657Z (11 months ago)
- Language: HTML
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Timetable Generator
**ROOT in this context means the application root directory**
**1.Create securityconfig.properties file with the following content:**
```
jwt.secret.key=WHATEVERKEYYOUWANT
```
**and copy into ROOT/src/main/resources directory**
**2.download and extract timetableTestEnvironment1.7z from ROOT/db-backups directory**
**3.Extracted Files directory looks like this :**
```
8DEPTS_6CORE_DEPTS/
|- timetableTestEnvironment1/
|-the .bson and .json files are located in here ....
```
**4.cd into 8DEPTS_6CORE_DEPTS directory and run the following command :**
```
mongorestore -d timetableTestEnvironment1 timetableTestEnvironment1/
```
**5.run the following command:**
```
gradle build
```
**6.finally run :**
```
gradle bootRun
```
application is now live on
```
http://localhost:8085
```
#default username and password is:
```
username : Kotech
password : pass1234
```