hackathon-starter icon indicating copy to clipboard operation
hackathon-starter copied to clipboard

A boilerplate for Node.js web applications

Results 48 hackathon-starter issues
Sort by recently updated
recently updated
newest added

It is better keeping Twilio account's phone number in the env file than 'hard code' in api.js

Hey there! I belong to an open source security research community, and a member (@flame-n) has found an issue, but doesn’t know the best way to disclose it. If not...

Thank you for the perfect boilerplate for quick nodejs apps! Is there any bestpracticies, tips how to setup intellisense/code tips for this project in VSCode? I used to work a...

I'd like to know if we should implement `lint-staged` in `package.json`: that way we'll be able to lint and prettify all files which are being changed. If you deem this...

Hello everyone I am a Junior Nodejs developer and i found this project in github I can add Joi for request validation data . is it good? can someone help...

Stop having this error when logout. The logic rests the same.

Hi, so when I did npm install one of the scripts prepare="if [ "$NODE_ENV" != "production" ]; then husky install; fi" does not install properly giving me this error ![image](https://github.com/sahat/hackathon-starter/assets/97573363/c8656c8b-fda5-4b14-9ebc-2738cfede70d)...

bug

Imports necessary modules like Passport, axios, and OAuth strategies (Facebook, Google, Twitter, etc.). Defines functions to handle user sessions (serializeUser, deserializeUser). Creates a common function (handleService) to manage user authentication...

NOTE: Prior to any PRs the potential design and implementation needs to be discussed in this issue as this is not a minor code change. Please make sure you have...