TuneOfCode / Backend-Panda-Chat-App

Dự án Panda Chat App phía server sử dụng công nghệ: express, redis, mongo và docker...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express + Typescript + Mongoose + Redis

Panda Chat Application using Express, Typescript, Mongoose, Redis

Installation

To install this project, you can use npm:

npm install

Usage

To start the project, you can use the following command:

npm start

To watch the project, you can use the following command:

npm run dev

This will start the project and you can access it in your browser at http://localhost:3000.

Configuration

If you need to configure any settings for this project, you can do so by modifying the src/config/index.js file. and copy file .env.example to .env

Docker

To start the project via docker, you can use the following command: docker compose up -d

To watch the project via docker, you can use the following command: docker compose logs -f

Contributing

If you'd like to contribute to this project, you can fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

If you have any questions or comments about this project, you can contact me at kingproup1111@gmail.com

About

Dự án Panda Chat App phía server sử dụng công nghệ: express, redis, mongo và docker...


Languages

Language:TypeScript 98.4%Language:JavaScript 1.0%Language:Makefile 0.4%Language:Dockerfile 0.2%