Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicja-in-wonderland/movie_api

This Node.js project serves as the backend for a web application, providing movie-related information through a set of endpoints.
https://github.com/alicja-in-wonderland/movie_api

heroku mern-stack mongodb

Last synced: about 1 month ago
JSON representation

This Node.js project serves as the backend for a web application, providing movie-related information through a set of endpoints.

Awesome Lists containing this project

README

        

# movie_api
Movie API is a backend server application that provides a RESTful API for accessing movie data and managing user accounts.

## Tech Stack:
- Server Logic: written with Node/Express; hosted on Heroku
- Database: MongoDB for users and movies; stored in MongoDB Cloud

## To setup the application:

`npm install parcel -g`

`npm install`

## To run the server:

`parcel src/index.html`