Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json file updated #30

Merged
merged 1 commit into from
Dec 8, 2021
Merged

package.json file updated #30

merged 1 commit into from
Dec 8, 2021

Conversation

shmiitg
Copy link
Contributor

@shmiitg shmiitg commented Dec 8, 2021

Issue

Fixes #16

Description

Following packages are added in package.json file:

  1. axios : for data fetching purpose (we can use fetch api by javascript also but people use axios generally)
  2. express-flash : for displaying flash message (when user gives wrong credentials for login or signup, then page reloads and the form data that user entered goes away, we can get the form data back using flash)
  3. moment : very powerful library for time formatting
  4. multer : for uploading images
  5. cors : incase we connect react with nodejs, we will need it
  6. ejs : a template engine i personally like, we can also use hbs which is already installed
  7. slugify : for string formatting

@ArchismanKarmakar ArchismanKarmakar merged commit 75aeb7c into ArchismanKarmakar:main Dec 8, 2021
@ArchismanKarmakar
Copy link
Owner

#16 great work @shmiitg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install the required packages with npm & upload the package.json file
2 participants