It is a social media website which offers many cool features like a chat engine,a wall to share your posts and comments and a mailing service too.
Client: HTML,CSS,Javascript,jQuery,Ajax,Sass
Server: Node.js,MongoDB,Express.js
- Passport-jwt strategy for authentication and authorization.
- Passport-google-oauth2 strategy for social authentication through google.
- used Nodemailer to send out emails.
- used socket.io for implementing chat engine.
Install my-project with npm
- Clone the project onto your local machine.
- Then cd codeial_
- npm install
- npm start
- Visit your app at http://localhost:8000.