/**
* Object containing all possible HTTP status codes for an API
*/
const API_STATUS_CODES = {
// 1xx Informational
/**
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container, | |
.container-fluid, | |
.container-xxl, | |
.container-xl, | |
.container-lg, | |
.container-md, | |
.container-sm { | |
--bs-gutter-x: 1.5rem; | |
--bs-gutter-y: 0; | |
/* width: 100%; */ |
{
"name": "NAME_OF_THE_PROJECT",
"version": "1.0.0",
"description": "DESCRIPTION",
"main": "src/app.js",
"scripts": {
"install": "npm i nodemon --save-dev && npm i bcrypt body-parser cors date-fns dotenv express helmet jsonwebtoken lodash multer mysql2",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Clear all css property from any element */ | |
button { | |
all: unset /* This will remove all the css element from the button */ | |
} |