Skip to content

azmyar/ristek-masbro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Masbro.

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).

Installation

Prerequisites

  1. Node and npm are installed. Here are the versions I used:
> node --version
v18.14.0

> npm --version
8.1.2
  1. Internet connection.

Procedure

1. Download this repository as zip then extract it to your local

You will have a folder called ristek-masbro-main stored in your local.

2. Install required dependencies

1. Backend side

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 nodemon

2. Frontend side

Open terminal in ristek-masbro-main, then execute this code

> cd client
> npm i axios react-scripts react-router-dom

3. Initialization

1. Backend side

Open terminal in ristek-masbro-main, then execute this code

> cd server
> npm start

2. Frontend side

Open terminal in ristek-masbro-main, then execute this code

> cd client
> npm start

Architecture

Stacks

- MongoDB (Database)
- ExpressJS (Backend)
- ReactJS (Frontend)
- NodeJS (Backend)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors