Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

gex/greenfox--movies-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

movies api with express and mysql

prerequisites

  • nodejs
  • npm
  • mysql

how to install dependencies

npm install

how to run the server

npm start

or you can specify the server port and the database connection:

PORT=<server port> DB_HOST=<mysql host> DB_USER=<mysql username> DB_PASSWORD=<mysql password> DB_NAME=<database name> npm start

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks