Busin is a business communication app that enables teams to collaborate in real-time. This repository contains the server-side code for the Busin app.
To install the Busin server, follow these steps:
- Clone the repository.
- Create a mySQL database.
- Create a nodemon.json with the following content:
{
"env":{
"MYSQL_USER": "",
"MYSQL_PASSWORD": "",
"MYSQL_DATABASE": "",
"MYSQL_HOST": "",
"MYSQL_PORT": "",
"JWT_KEY":""
}
}
- Run
npm install
to install the dependencies. - Run
npm start
to start the server. - The server will be running on
http://localhost:3001
by default.
The following technologies were used to develop the Busin server:
- Node.js
- mySQL
- Socket.io
The Busin server provides the following features:
- Real-time communication using Socket.io
- User authentication and authorization
- Database management using mySQL
If you'd like to contribute to the Busin server, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them to your branch.
- Push your branch to your forked repository.
- Open a pull request with a description of your changes.
The Busin server is licensed under the GNU license. See LICENSE
for more information.