Skip to content

bxabi/movies-of

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project serves a web page where you can list the movies of an actor sorted by rating.

Try it out live at https://movies-of.bxabi.com

It is written using Revel, a high-productivity web framework for the Go language.

To use it, you have to get an API key from The Movie Database, and save it in a file called 'apiKey' in this folder.

Install Revel:

go install github.com/revel/cmd/revel@latest

Clone the repo

git clone https://github.com/bxabi/movies-of.git

Start the web server:

cd movies-of
revel run movies-of -m \[prod\]
(~/go/bin/revel if you don't want to add revel to your path)

Code Layout

The directory structure of a generated Revel application:

conf/             Configuration directory
    app.conf      Main app configuration file
    routes        Routes definition file

app/              App sources
    init.go       Interceptor registration
    controllers/  App controllers go here
    views/        Templates directory

messages/         Message files

public/           Public static assets
    css/          CSS files
    js/           Javascript files
    images/       Image files

tests/            Test suites

Help

Note:

the routes/routes.go file is autogenerated when the "revel run myapp" is executed.

About

List movies of an actor ordered by rating.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published