Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timothyjan/screencrit-mean
Movie/TVShow reviews management app using the MEAN stack (MongoDB, Express, Angular, Node), Angular Material, and TMDB(The Movie DB) API. Built a REST API with Express, Node, and MongoDB along with a compatible frontend using Angular(Typescript), Angular Material and the TMDB(The Movie DB) API.
https://github.com/timothyjan/screencrit-mean
angular angular-cli angular17-standalone angularmaterial css express expressjs html5 javascript mongodb mongodb-atlas nodejs typescript
Last synced: 3 months ago
JSON representation
Movie/TVShow reviews management app using the MEAN stack (MongoDB, Express, Angular, Node), Angular Material, and TMDB(The Movie DB) API. Built a REST API with Express, Node, and MongoDB along with a compatible frontend using Angular(Typescript), Angular Material and the TMDB(The Movie DB) API.
- Host: GitHub
- URL: https://github.com/timothyjan/screencrit-mean
- Owner: TimothyJan
- Created: 2024-04-16T19:25:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T19:11:25.000Z (6 months ago)
- Last Synced: 2024-10-14T05:40:29.261Z (3 months ago)
- Topics: angular, angular-cli, angular17-standalone, angularmaterial, css, express, expressjs, html5, javascript, mongodb, mongodb-atlas, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScreenCrit
Movie/TVShow reviews management app using the MEAN stack (MongoDB, Express, Angular, Node), Angular Material, and TMDB(The Movie DB) API. Built a REST API with Express, Node, and MongoDB along with a compatible frontend using Angular(Typescript), Angular Material and the TMDB(The Movie DB) API.backend:
- Start Server, navigate to backend/server and run ~
npx ts-node src/server.ts
- API URL - http://localhost:5200
frontend:
- Start Frontend ~
ng serve
- Angular frontend - http://localhost:4200