Movies Api

a simple api for doing crud operation of movies

Tech Stack

Server: Node,Nest js

Database: Mysql

Run Locally

Clone the project

  git clone git@github.com:Akhil-EM/nest-movies-api.git

Go to the project directory

  cd nest-movies-api

Install dependencies

  npm install

create movies_api database

add .env file

change SYNC_DATABASE variable to true in .env file

Start the server

  npm run start

Stop the server

change SYNC_DATABASE variable to false in .env file

Start the server again

  npm run start

server will be running on http://localhost:3000

for api documentation click here