This is the repository of a very simple nodejs real project, the form is working.
- How to start a nodejs project
- How to create routes for your server application
- How to use a template engine like ejs.
- Call Assets from CDNs and use static files
- Divide content using partials feature from Template engines
- Deploy our app using a simple service called Now(A service from Github Page)
First, clone the repo
git clone git@github.com:Uber830/node-website-project.gitmove to the folder
cd node-website-projectinstall dependencies:
npm installexecute the project
npm run devyou have to change the connection variables to mailtrap.
