Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thaya-rk/express-backend


https://github.com/thaya-rk/express-backend

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Node.js and Express.js Crash Course with EJS
Welcome to the Node.js and Express.js Crash Course repository! This crash course covers the basics of building blog-application with Node.js, Express.js, and EJS (Embedded JavaScript),view engine,etc..

## Getting Started:
git clone https://github.com/thaya-rk/Express-backend/

Install dependencies:

npm install

start server : node /file-name/

### Pages

This repository contains EJS files in the views folder with the following pages:

Home: views/index.ejs

About: views/about.ejs

Create: views/create.ejs

Error: views/404.ejs

--------------------------------------------------

#### Feel free to customize this README further to suit your preferences and course content. Happy coding!

## -@thaya-rk👽