Skip to content

Simple app which displays quotes from static file. It uses Node.js, express.js and ejs.

License

Notifications You must be signed in to change notification settings

CoderByPerChoice/QuotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuotesApp

Version - 1.0.0 Simple app which displays quotes from static file. It uses Node.js, express.js and ejs.

After downloading the code, run "npm install" to install all packages from package.json file.

Once all the packages are installed, run "npm start" or "npm run dev" to start with nodemon utility. In the console, you would see - "Server listening on PORT 3000". Open the browser and enter the following address to view the application - "http://localhost:3000/" Below is the view of the application from the browser -

Next steps - retrieve quotes via api - https://type.fit/api/quotes

QuoteApp

About

Simple app which displays quotes from static file. It uses Node.js, express.js and ejs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published