/mba_backend

Movie Booking Application backend code base

MBA - Movie Booking Application Backend

Learning the development of RESTful APIs for backend

This code base contains logic/structure for creating the Restful APIs for the MBA app

How is the code organized in this repo ?

The whole repo is divided into multiple branches. Each branch contains code for a specific concept. For example session1 has the code base for movie CRUD APIs . Each branch is built on the top of the previous branch

Prerequisite

  • Understanding of Node.js
  • Understanding of Async Await
  • Mongo DB locally installed and running

Tech

  • Node.js
  • Mongodb

Installation

this app requires Node.js v14+ to run.

Install the dependencies and devDependencies and start the server.

cd mba
npm install
npm run devStart

Development

Want to improve? Great! Make the changes and raise a PR. Reach out to me over kankvish@gmail.com