Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thaya-rk/express-backend
https://github.com/thaya-rk/express-backend
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thaya-rk/express-backend
- Owner: thaya-rk
- Created: 2024-02-28T17:50:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T08:36:09.000Z (11 months ago)
- Last Synced: 2024-03-16T09:51:40.050Z (11 months ago)
- Language: EJS
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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👽