A React based social networking app to connect its users and allow them to share their thoughts with their bro(s) and best bro(s).
- Node and npm are installed. Here are the versions I used:
> node --version
v18.14.0
> npm --version
8.1.2- Internet connection.
You will have a folder called ristek-masbro-main stored in your local.
Open terminal in ristek-masbro-main, then execute this code
> cd server
> npm i bcrypt body-parser cors dotenv express joi joi-password-complexity jsonwebtoken mongoose nodemonOpen terminal in ristek-masbro-main, then execute this code
> cd client
> npm i axios react-scripts react-router-domOpen terminal in ristek-masbro-main, then execute this code
> cd server
> npm startOpen terminal in ristek-masbro-main, then execute this code
> cd client
> npm startStacks
- MongoDB (Database)
- ExpressJS (Backend)
- ReactJS (Frontend)
- NodeJS (Backend)