Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 745 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 745 Bytes

movieLibraryServer

backend for the movie library app

After cloning the repsitory

cd into movieLibraryServer folder and run npm install to install the necessary dependencies


replace the sequalizeConfig\seq.config.ts variables with your mySQL configurations to connect with your database


build the ts files with :

tsc


now run the server with

node dist/index.js

Open http://localhost:3001 with your browser to see the result.