Skip to content

Uber830/node-website-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your First Website with Express

This is the repository of a very simple nodejs real project, the form is working.

Screenshot from 2023-01-20 00-35-47

You will learn

  • 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)

Installation

First, clone the repo

git clone git@github.com:Uber830/node-website-project.git

move to the folder

cd node-website-project

install dependencies:

npm install

execute the project

npm run dev

you have to change the connection variables to mailtrap.

About

First steps with Nodejs and the framework Express a simple website.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors