Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)