https://github.com/shubhambansal1997/artisan-chat-app
Artisan Chat App
https://github.com/shubhambansal1997/artisan-chat-app
Last synced: 4 months ago
JSON representation
Artisan Chat App
- Host: GitHub
- URL: https://github.com/shubhambansal1997/artisan-chat-app
- Owner: ShubhamBansal1997
- Created: 2024-08-12T20:29:41.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T19:04:11.000Z (10 months ago)
- Last Synced: 2025-01-04T20:46:20.221Z (5 months ago)
- Language: Python
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chat App Assignment
-------------------## Introduction
This is a simple chat application that allows users to send messages to each other.## Setup
1. Clone the repository
2. cd into the repository
3. cd into the `chat-app-backend` directory
4. Run `docker-compose up`
5. cd into the `chat-app-frontend` directory
6. Run `npm install`
7. Run `npm run dev`## Accessing the application
1. Open your browser and go to `http://localhost:8000/docs#/` to access the API documentation
2. Open your browser and go to `http://127.0.0.1:5173/` to access the chat application