Skip to content

AngelShuWei/FMDb

Repository files navigation

FMDb

image

FMDb, inspired by IMDb, is an online movie database where users can explore movies, create collections, and leave ratings and reviews.

Meet the developer behind Book-In-Style~

FMDb is brought to you by the following developers:
Leah Kim
Paul Oh
Angel Wei
Cecilia Zhao

Thank you for visiting!


Index

Navigating this ReadMe


Technologies Used

javascriptpostgresql html5 css3 git git


Getting Started

How do I run this project?
  1. Clone this repo

    • git clone git@github.com:AngelShuWei/FMDb.git
  2. Install dependencies

    • npm install
  3. Create a user with CREATEDB and PASSWORD in PSQL

    • CREATE USER <name> WITH CREATEDB PASSWORD '<password>'
  4. Create a .env file in the backend directory based on the .env.example found within the respective directory

  5. Enter your psql user's name and password information into your .env file along with your desired database name, a secured combination of characters for your JWT_SECRET, and your desired PORT (preferably 5000)

  6. Create Database, Migrate, and Seed models:

    • npx dotenv sequelize db:create
    • npx dotenv sequelize db:migrate
    • npx dotenv sequelize db:seed:all
  7. Start the application

    • npm start
How do I log in as a Demo User? On the log in page, click "Demo Login".

Features

Collections

collections

Users can create, edit, and delete movie collections.

Reviews

Users can create, update, and delete ratings and reviews.


About

Goodreads, but with movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •