Skip to content

MLDB2020/MLDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLDB - Movie Library Database

MLDB is a web application where anyone can search for movies based on their preferences, and also purchase tickets to watch them in the Movie Theater.

This repository contains the documentation and functionality on the client and server sides of the web application.

In order to run the application, make sure to previous install node.js in your machine.

Then, follow these steps:

  1. Clone the entire repository

  2. Go to the client directory

     - Install all dependencies by running "npm install" command in the terminal.
     - Start the client side by running "npm start" command in the terminal.
     - The app will open in the development mode.
    
     Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
     The page will reload if you make edits.\
     You will also see any lint errors in the console.
    
  3. Go to the server directory

     - Install all dependencies by running "npm install" command in the terminal.
     - Start the server side by running "npm run startDev" command in the terminal.
    
     The server will run on [http://localhost:3001](http://localhost:3001).
     The server uses MySQL database. In order to use it, install MySQL, login with your credentials and then run the SQL_Statements.sql file to create the Schema and all the necessary tables to use the application.
     Then, in the file server.js, enter your credentials where it's asked to.
    

MLDB is built using the following technologies:

  • Front-end: JavaScript (ReactJS), HTML, CSS
  • Back-end: NodeJS, ExpressJS, Knex
  • Database: MySQL

About

Web application of movie library data base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published