Skip to content

Hunt05/movie_app_backend

 
 

Repository files navigation

Minimalistic Backend for Movie App

The server is built using NodeJS and Express.

The server is backend that powers the Movie App platform. It is RESTful and communicates with all distributed systems using REST over HTTP/HTTPS.

Server Entry point is at index.ts

For Development Server is started using yarn dev

You can start the server in different ways that suits your needs. Check the scripts section of package.json section to discover more ways.

First things first

Install the required packages using yarn command. This will install all the dependencies required by the project.

Be sure to install mongoDB before starting the server. For installation of mongoDB refer this link

Customise

The tsconfig.json holds the info about all the typescript config. Before changing anything be sure how to revert it back if something goes wrong.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%