Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

LalitSinghRana/movie-review-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

movie-review-site

set up DB

  • crate DB "movie-review-site" in your localhost DB before running server
  • if not using MySQL,
    • change "dialect" in server/src/database/config.ts to whatever SQL DB you're using

run server

  • "npm run dev"
  • or "tsc --build"
    • then "npm start"

run client

  • "npm start"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published