https://github.com/uber830/node-website-project
First steps with Nodejs and the framework Express a simple website.
https://github.com/uber830/node-website-project
bootstrap5 ejs express nodejs
Last synced: 3 months ago
JSON representation
First steps with Nodejs and the framework Express a simple website.
- Host: GitHub
- URL: https://github.com/uber830/node-website-project
- Owner: Uber830
- Created: 2023-01-20T05:26:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T03:19:25.000Z (over 3 years ago)
- Last Synced: 2025-03-06T05:33:55.066Z (over 1 year ago)
- Topics: bootstrap5, ejs, express, nodejs
- Language: EJS
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Your First Website with Express
This is the repository of a very simple nodejs real project, the form is working.

### 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
```sh
git clone git@github.com:Uber830/node-website-project.git
```
move to the folder
```sh
cd node-website-project
```
install dependencies:
```sh
npm install
```
execute the project
```sh
npm run dev
```
you have to change the connection variables to mailtrap.