MERN stack, social networking application
A social networking application built with React, Node, Express and MongoDB. I utilized JSON Web Tokens for user authentication, allowing a user to sign up, login and interac
To get started, clone this repository in your terminal.
Begin using this appalication with creating an account. Once you have an account, you can build up you profile, including interests, skills, a bio, etc. I built this with a network such as Linkedin in mind, therefore you can also include education and experience to build upon your profile. Within the application you can interact with other users by creating posts, commenting on others posts, and liking posts.
I plan to integrate a file upload system so that if/when a user is not associated with a Gravatar account they have the option to upload a profile photo.
To get this project running on your local machine, run npm install and npm start.
npm install
npm start
React React-Redux Redux-Saga React-Router Moment Axios Node-Sass
Axios Bcryptjs Express Express-Validator Gravatar JSONWebToken Mongoose Normalize-Url Request
This project was deployed using Heroku. It can be found at: https://young-reaches-15416.herokuapp.com/
- Node - JavaScript Runtime for the server
- Express - Application Framework for the server
- React - Utilized along with Redux and Hooks for the client-side
- Dani Matton dlynnea
This project was bootstrapped with Create React App.