/s-chat-backend

Server-side secret chat application

Primary LanguageJavaScript

S-Chat

Description

Server-side secret chat application

🎉 Getting started

🌱 Environment

  • Node.js: v16.18.1
  • npm: v9.2.0

⚒️ Installation

Install dependencies using npm

npm install

🚀 Launch the project

  1. Create .env file and configure port and token secret following the .env.example file

  2. Run project in development mode

npm run dev
  1. Access localhost:${port} and start to develop!

  2. Run project in development mode

npm run start

👨‍💻 Author

Hoang Duy Minh