Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Timetable generator backend api for technical institutions in Ghana.Frontend here--> https://github.com/RbkGh/TimeTableGeneratorWebApp .First Test Case : Kotech

Notifications You must be signed in to change notification settings

RbkGh/TimetableGeneratorBackend

Repository files navigation

#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 

About

Timetable generator backend api for technical institutions in Ghana.Frontend here--> https://github.com/RbkGh/TimeTableGeneratorWebApp .First Test Case : Kotech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published