Social Media - React Native

Social Meidia App - React Native (Expo) and NodeJS

Overview

👏 Thank you for your stars. ❤️

Perfect to start a social media app

More features will be added to the project in the future.

Demo video on YouTube:

Screenshots

Capture 1 Capture 2 Capture 3 Capture 4 Capture 4 Capture 4 Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Capture 4

Installation and usage

Create a mysql database according to the schema.

You can use the Xampp server and phpmyadmin

Be sure, you have installed all dependencies and applications to run the project on your computer

This project works fine for both Android,iOS and Web

Running the project

Clone this repository :

bash
git clone https://github.com/allenarduino/Node_social.git

To Run Node Server:

bash
cd Server
npm install
nodemon server.js

To Run The Mobile App:

bash
cd Mobile_App
npm install
expo start

To Run The Web Version:

bash
cd Web_Version
npm install
npm start