Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alicja-in-wonderland/movie_api
- Owner: Alicja-in-Wonderland
- Created: 2023-05-22T17:26:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T13:35:45.000Z (8 months ago)
- Last Synced: 2024-05-30T15:50:52.171Z (8 months ago)
- Topics: heroku, mern-stack, mongodb
- Language: HTML
- Homepage:
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`