Skip to content

Social Network App is a project carried out in node js in order to create a web app that is capable of fulfilling the functionalities of a social network. Being able to create users, make posts, comment on posts, have friends and be able to view all their posts.

Notifications You must be signed in to change notification settings

fraineralex/Social-Network-App

Repository files navigation

Social Network App

Social Network App is a project carried out in node js in order to create a web app that is capable of fulfilling the functionalities of a social network. Being able to create users, make posts, comment on posts, have friends and be able to view all their posts, apart from having a security section that will not allow any user to access another account.

test the demo HERE



Technologies

  • Frontend

    • html
    • css
      • Bootstrap
      • Sass
    • js
  • Backend

    • Node js
      • Express
      • bcryptjs
      • connect-flash
      • csurf
      • dotenv
      • express-handlebars
      • express-session
      • moment
      • morgan
      • multer
      • nodemailer
      • uuid
      • web-push
  • ORM

    • sequelize
  • DB

    • sqlite3



Project images

Home-example.jpg



What do you need to run this project ?

  • Node js - v16.13.2 onwards
  • sqlite - v3.39.2 onwards



Installation

  • Download the project or clone it

  • You need to open a console and go to the path where the project is located.

 //C:\Users\HP\Desktop\Social-Network>  - take this path whit example
  • Now run this command for install all packages
npm install 
  • When all packages are installed, you can run the project using the this command
node app.js
  • Now you need to copy and past this path in your brouser
    • 127.0.0.1:5000/



Developer Team



Acknowledgment

I offer my thanks to the entire team of developers who have been working on this project and who have managed with great effort to make the project go from simple ideas to a reality.

About

Social Network App is a project carried out in node js in order to create a web app that is capable of fulfilling the functionalities of a social network. Being able to create users, make posts, comment on posts, have friends and be able to view all their posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published