This project is a express js application with basic authentication
This project still uses npm as package manager.
run this command for installation of the project
npm install
Run this command to start developing with nodemon
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please don't add unnecessary packages to the project, but if it's needed explain why.
We use prettier in this project as code formatter, so always format the code before pushing.