This folder has the files for the Node Js Server App.
You will need the folder with the Flutter files as well.
Flutter 3.0 Chat App, with Node Js, Mongoose and Token JWT Authentication.
The app allows you to have private and room chats.
To start this project:
- Clone this Project
- Execute "npm install" in your console, in this directory.
- Rename file "example.dev" to ".env"
- Execute in your local computer "Mongo Compass"
- Execute "npm run dev" in your console, in this directory.