Skip to content

Node.js express application that implements certain functionality in different paths

License

Notifications You must be signed in to change notification settings

shai987/Master-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Calculator

Node.js express application that implements certain functionality in different paths.

Installation

npm install

Usage

npm run start

Project Components

Name Description
node_modules Contains the installed packages: express, mongoose, pug, dotenv, currency-converter-lt, chalk and the devDependencies: eslint
src Contains the source code
src/models Contains log model file
src/public Contains the main CSS file and 404 error file
src/routes Contains the router file (the response for every path and method)
views Contains all Pug files (responsible for the HTML template)
.env.example Contains my environment variables
.eslintrc.cjs Config settings for ESLint to checks code integrity
.gitignore Config settings for my git repository that tells git not to track certain files and folders that i don't want being uploaded to my main repository.
package.json File that contains metadata relevant to the project and it is used for managing the project's dependencies, scripts, version and more.
app.js The main file and the starting point of the server application

Author

👤 Shai Geffen

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Shai Geffen.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

Node.js express application that implements certain functionality in different paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published