PhotoSocial – React App Template With NodeJS Backe

Overview

PhotoSocial is a full stack social network for image sharing.

It contains backend, frontend and mobile.

Why JavaScript?
JavaScript is widely used nowadays, and its frameworks have a great, and
growing, collection of libraries and documentation. With only one programming
language was possible to create a complete application, with backend, frontend
and mobile parts.
How was it made?
It was made using NodeJS, React and React-Native. So, all features are
programmed with the same language (JavaScript), which should make it easier
to understand and manipulate the code, since the code for the mobile and web
are basically the same.

Features

1 – User registration and login

3 – Commenting posts
4 – Liking posts
5 – Notifications
6 – Block user with admin panel
7 – Censor posts with admin panel
8 – Basic statistics in the admin panel

Requirements

  • NodeJS
  • MongoDB
  • React
  • React-Native
  • Expo

Instructions

The instructions can be found in the files: instructions.pdf and instructions.docx.

There you will learn how to install, configure, customize and use the app.

Related