A Web based Chat App build with Angular
- Let's Chat is a Project I made just out of enjoyment.💖
- It supports a few things like: Exchanging
✈️ Messages, 🖼️Images, 📁Files and more! - Feel free to use it as you want.😇
- Node Installed
- Yarn or Npm Installed
- A Firebase Project
- Clone the repository using the Github client of your choice, or download the repository Using the Github client via the command line:
git clone https://github.com/SolomonRosemite/Angular-LetsChat.git
- Install the dependencies:
yarn install || npm install
- Connect to Firebase:
- Create a Firebase Project here.
- Create a file named "credentials.ts" in .\src\environments folder, then paste your firebase credentials which can be acquired by going into the project settings and creating a new web app. For more info here.
export const credentials = {
firebase: {
apiKey: "...",
authDomain: "...",
databaseURL: "...",
projectId: "...",
storageBucket: "...",
messagingSenderId: "...",
appId: "...",
measurementId: "...",
},
};
- Launch app:
ng serve
- Build app:
ng build
- Or build app for production
ng build --prod
-
Copyright © 2020-present, Solomon Rosemite
Let's Chat is MIT licensed 💖