Back-End of a Cross-platform mobile messaging app built with Node.js and Express
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.
- Node with Express
- Socket.IO
- Passport
- Set a production-ready environment, the backend can only run in development mode and is not optimized for production.
In the project directory you can run:
Starts the server in development mode, restarting with each change made