Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iagar/social_nodes
A social media website based on MVC style built using MongoDB, Express.js and Node.js. User can create, delete and like posts and comments. To improve user experience, AJAX, jQuery and noty.js have been used. The site makes use of session cookies.
https://github.com/iagar/social_nodes
googleoauth gulpjs multer passportjs socket-io
Last synced: about 2 months ago
JSON representation
A social media website based on MVC style built using MongoDB, Express.js and Node.js. User can create, delete and like posts and comments. To improve user experience, AJAX, jQuery and noty.js have been used. The site makes use of session cookies.
- Host: GitHub
- URL: https://github.com/iagar/social_nodes
- Owner: iAgar
- Created: 2021-02-06T06:07:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T08:59:14.000Z (over 3 years ago)
- Last Synced: 2024-05-22T11:46:50.515Z (8 months ago)
- Topics: googleoauth, gulpjs, multer, passportjs, socket-io
- Language: JavaScript
- Homepage: http://socialnodes.herokuapp.com
- Size: 5.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Nodes
A social media website based on MVC style built using MongoDB, Express.js and Node.js. The website uses passport.js and GoogleOAuth for user authentication. User can create, delete and like posts and comments. sockets.io has been used to implement chat feature. To improve user experience, AJAX, jQuery and noty.js have been used. The site makes use of session cookies. Other libraries used are multer (for uploading documents), kue(to implement parallel jobs),
gulp(for minifying asset files).# Features
Home Page
![Sign In Page](https://user-images.githubusercontent.com/70597343/114662262-009c0b80-9d16-11eb-91c2-34355b2b7e1d.PNG)Profile Page
![Home Page](https://user-images.githubusercontent.com/70597343/114662264-0134a200-9d16-11eb-9f28-38a75b451ed1.PNG)Sign In Page
![Profile Page](https://user-images.githubusercontent.com/70597343/114662270-0396fc00-9d16-11eb-953a-85c6762168d7.PNG)