A-Syncronus is a real-time chat application built with modern web technologies, providing a seamless and responsive communication experience.
-
Frontend:
- ReactJS
- Tailwind CSS
- shadcn/ui
-
Backend:
- Node.js
- Express.js
-
Database:
- MongoDB
- Real-time messaging
- User authentication
- Profile customization
- Responsive design
- File sharing
- Node.js
- MongoDB
-
Clone the repository
git clone https://github.com/yourusername/a-syncronus.git cd a-syncronus
-
Install dependencies
cd client && npm install cd ../server && npm install
-
Set up environment variables Create
.env
files in bothclient
andserver
directories with necessary configurations. -
Run the application
# In the server directory npm run dev # In the client directory npm run dev
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.