Node.js express application that implements certain functionality in different paths.
npm installnpm run start| 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 |
👤 Shai Geffen
- Github: @shai987
- LinkedIn: @Shai Geffen
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 Shai Geffen.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator