Social is a social networking app that allows users to connect and share posts with friends and family. This full stack app was created with ReactJS for client side and NodeJS, Express and MongoDB for server side.
- Create account with Firebase, start a new project and register the web app
- Set up .env file using .env.example file for firebase configuration in client directory
- Create account with MongoDB, start a new project and create new cluster
- Set up .env file using .env.example file for mongodb configuration in server directory
- Open up 2 terminals
- Navigate to root of each directory and install dependencies with
npm install - Run
npm startto start client side at localhost:3000 and server side at locahost:1234
- Front-End: React, Axios, SASS, Bootstrap
- Back-End: Express, Node.js, MongoDB, Mongoose
- react
- axios
- bootstrap
- node sass
- react router dom
- timeago
- material UI
- firebase
- express
- mongoose
- bcrypt
- dotenv
- helmet
- morgan
- nodemon








