Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.11 KB

✌️ Chat-App ✌️

It is an chat app which is based on Angular and NestJs

How to use it ?

Stack:

How to run it ?

Firstly clone the repo

  1. Backend
cd chat-backend 
npm install 
  • Create .env file in root and paste there:
    • JWT_SECRET = your generated JWT Secret
    • DATABASE_URL = your database (postgres) link I recommend use neon tech
npm run start dev
  1. Frontend
cd ionic-chat-frontend
npm install
ionic serve