Sign inSign up

codetheweb/filmboard

By codetheweb

Updated almost 7 years ago

Image
0

254

codetheweb/filmboard repository overview

📽 The Michigan Tech Film Board's site

Screenshot

Built from scratch with Next.js and React. Integrates a custom CMS with an easy-to-use interface for adding movies, showtimes, and editing pages.

Developing
  1. Clone repository.
  2. Run yarn install.
  3. Set up a PostgreSQL instance.
  4. Copy .env.example to .env and fill with values.
  5. Run node modules/dev.js to populate the database.
  6. Run yarn run dev to start the development server.
Deploying

To build, run yarn run build. Note: environment variables will be compiled into the build, so don't make it public.

After building, the server can be started with node app.js.

Tag summary

Content type

Image

Digest

Size

323.1 MB

Last updated

almost 7 years ago

docker pull codetheweb/filmboard