Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogm710811/the-movie-app
This solution is intended to give you hands-on experience with Nodejs, Express and MongoDB.
https://github.com/ogm710811/the-movie-app
Last synced: about 1 month ago
JSON representation
This solution is intended to give you hands-on experience with Nodejs, Express and MongoDB.
- Host: GitHub
- URL: https://github.com/ogm710811/the-movie-app
- Owner: ogm710811
- Created: 2017-06-05T20:43:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T20:44:45.000Z (over 7 years ago)
- Last Synced: 2024-11-15T02:33:31.741Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies Web Application
## The solution:
This solution is intended to give you hands-on experience with Nodejs, Express and MongoDB. It shows how to write a Node.js web application that presents users with a form containing three fields and a submit button. The fields should be:
1. title
2. year
3. imdb## Expectations:
You are going to see how to set up a route to handle a POST request of the form and how this route should use the Node.js MongoDB driver to insert a movie document into MongoDB.## Contributing:
Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure your contribution fully works before sending the pull request, as that will help speed up the process.## License
Copyright 2017 OGM