Skip to content

The website server for Scareflix, a horror move database website.

License

Notifications You must be signed in to change notification settings

ISC329-Team-Scare/scareflix-server

Repository files navigation

Scareflix Server

The website server for Scareflix, a horror move database website.

Usage

First you should make sure that the movie database api is online, then you can run the server.

$ cd movie-database-api
$ stack exec movie-database-api -- serve "data/test.db" &
$ cd ..
$ cd scareflix-server
$ grails run-app

To change the port that the server is running on, edit the grails-app/conf/application.yml file and change the port number in the following section.

server:
    port: 9999

About

The website server for Scareflix, a horror move database website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published