Client
Server
Database
To run this project, you will need to add the following environment variables to your .env file
DATABASE_URL - MongoDB connection string
NEXTAUTH_SECRET - Base64 encoded string
NEXTAUTH_URL - URL of the app
GOOGLE_CLIENT_ID - Google OAuth client ID
GOOGLE_CLIENT_SECRET - Google OAuth client secret
This project uses Node.js v16.17.0. If you don't have Node.js installed, you can download it from here.
Clone the project
git clone https://github.com/markmihalyi/chat-app.gitGo to the project directory
cd chat-appInstall dependencies
npm iBuild and start a production build
npm build && npm startDistributed under the MIT license. Read the LICENSE file for more information.
Márk Mihályi - LinkedIn - mail@markmihalyi.hu
This project was built with Create T3 App.
