File management system for my movies
This is a database management application for films and tv shows.
NodeJS + SQLite3
First, clone this repo to a directory on your local machine and run npm install:
git clone git@github.com:jmz527/cinema.git
cd cinema/
npm i
Next up, we have the database setup. I've used SQLite3 here.
To create the sqlite3 database file you must create and seed the database using node & the custom "seed.js" file in the root directory:
node seed.js
This may take a minute
With the database populated, you can now start up the sqlite api with express:
node index.js
-- DATABASE SETUP
-- ARCHIVING PROCEDURES
-- SEARCH, SORT, FILTERING DB QUERIES
-- CATEGORIES & TAGGING
-- PLAY COMMAND