Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.31 KB

Back-End of a Cross-platform mobile messaging app built with Node.js and Express Screen Shot 2021-11-01 at 4 32 59 PM

Table of Contents

About this project

This project was developed for Software Engineering II subject, in 2018. The goal was to create any app from scratch, which involved going through the analysis of the software requirements; defining the architecture, components and characteristics of the system; the implementation and development of the app and the testing and quality assurance of the final product.

It's a mobile app that allows the users to communicate in real-time, and would be available for any platform since it was developed using React Native.

Tech Stack

  • Node with Express
  • Socket.IO
  • Passport

To-do

  • Set a production-ready environment, the backend can only run in development mode and is not optimized for production.

Available Scripts

In the project directory you can run:

npm start or yarn start

Starts the server in development mode, restarting with each change made