https://github.com/chunkhang/fyp
Final Year Project
https://github.com/chunkhang/fyp
Last synced: over 1 year ago
JSON representation
Final Year Project
- Host: GitHub
- URL: https://github.com/chunkhang/fyp
- Owner: chunkhang
- Created: 2018-05-09T07:56:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T11:48:10.000Z (over 7 years ago)
- Last Synced: 2024-10-19T11:31:34.371Z (almost 2 years ago)
- Language: Scala
- Size: 2.55 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FYP
> Final Year Project




## Dependencies
- [SBT](https://www.scala-sbt.org/): Dependency Management
- [MongoDB](https://www.mongodb.com/): Database
## Environment
### conf/environment.conf
```
environment {
applicationSecret = ""
clientId = ""
clientSecret = ""
emailUser = ""
emailPassword = ""
}
```
## Running
- Make sure [FYP API](https://github.com/chunkhang/fyp-api) is running: `open http://localhost:5000/`
- Make sure MongoDB is running: `brew services start mongodb`
- Start SBT: `sbt`
- Run server in SBT: `run`
- Open browser: `open http://localhost:9000/`