Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`