This is a Demo Project made with Udemy Complete Node Bootcamp Course.
Master Node by building a real-world RESTful API and web app (with authentication, Node.js security, payments & etc..)
- NodeJS - JS runtime environment
- Express - The web framework used
- Mongoose - Object Data Modelling (ODM) library
- MongoDB Atlas - Cloud database service
- Pug - High performance template engine
- JSON Web Token - Security token
- ParcelJS - Blazing fast, zero configuration web application bundler
- Stripe - Online payment API
- Postman - API testing
- Mailtrap & Sendgrid - Email delivery platform
- Render - Cloud platform
Clone and run yarn install to install the dependencies.
yarn install
Add the necessary config.env
variables:
Run the development server:
yarn dev
Use http://127.0.0.1:4040 as the URL when running API in Postman.
Run http://127.0.0.1:4040 in the browser to view web app.
Test Account:
username: aarav.natours@yopmail.com
password: test1234
http://codingheroes.io/resources
All copyrights for this demo project belongs to Jonas Schmedtmann.