An open API service indexing awesome lists of open source software.

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

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