Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almayor/rotten-potatoes
Movie Reviews with Express.js
https://github.com/almayor/rotten-potatoes
ajax expressjs makeschool nodejs web website
Last synced: 20 days ago
JSON representation
Movie Reviews with Express.js
- Host: GitHub
- URL: https://github.com/almayor/rotten-potatoes
- Owner: almayor
- Created: 2020-04-21T17:03:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:17:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T16:43:38.948Z (almost 2 years ago)
- Topics: ajax, expressjs, makeschool, nodejs, web, website
- Language: JavaScript
- Homepage:
- Size: 5.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is loosely based on [both](https://www.makeschool.com/academy/track/rotten-potatoes---movie-reviews-with-express-js) [parts](https://www.makeschool.com/academy/track/rotten-potatoes---movie-reviews-with-express-js-rge) of a tutorial by [MakeSchool](www.makeschool.com) with a lot of added functionality. The overall idea is to build a movie review website, somewhat akin to [Rotten Tomatoes](https://www.rottentomatoes.com).
Material studied during this project includes
- Node.js
- Express.js
- Handlebars
- Bootstrap
- AJAX
- jQuery
- Heroku---
To run the website
1. `git clone https://github.com/almayor/rotten-potatoes`
2. `cd rotten-potatoes`
3. `npm install`
4. `nodemon`
5. Open `localhost:3000` in your browser.Entry points are at
- `/`
- `/admin`