Skip to content

This is worlds most simplest implementation of EJS. If you are someone willing to learn EJS, this project could be a good start!

License

Notifications You must be signed in to change notification settings

yashsdoshi/Simplest_Implementation_Of_EJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:octocat: Simplest Implementation Of EJS Is Here!

If you are someone willing to learn EJS, this project could be your goto! The website will show you today's weekday!

Note from Owner

  • I have not worked much on css and html for simplicity.
  • This website will give you a clear understanding of how Openweather API works!

This is a simple website made using,

  1. Node.js
  2. express.js
  3. Body-parser Module
  4. HTTPS Module
  5. requests Mobule
  6. EJS Module ...obviously!

:octocat: To install modules and frameworks

Run the commands from below in your vs-code project folder terminal.

  npm i node
  npm i express
  npm i body-parser
  npm i reuests
  npm i ejs

## :octocat: Using `EJS`:
  1. Follow the documentation for syntax, how-to and further elaboration --(https://ejs.co/)
  2. For using EJS over express, follow this github wiki page -- (https://github.com/mde/ejs/wiki/Using-EJS-with-Express)

:octocat: Preview of website:

Screenshot 2023-01-02 110930

:octocat: Note:

I made this website while learning Full-Stack Web Development and please feel free to suggest any changes. Thanks!



Don't forget to leave a star ⭐️

About

This is worlds most simplest implementation of EJS. If you are someone willing to learn EJS, this project could be a good start!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published