This project is to create a ChatBot for Buet Hackathon Competition
This is a project developed for the BUET Hackathon 2023. The project consists of a backend developed with .NET and a frontend developed with React and Tailwind CSS.
These instructions will guide you on how to clone and set up the project locally on your machine.
To run this project, you need to have the following software installed:
- Node.js
- .NET SDK
- Git
Clone the project repository by running the following command:
git clone https://github.com/jaf107/BUET_Hackathon_2023.git
- Navigate to the
Backend
directory:
cd BUET_Hackathon_2023/Backend
- Install the required NuGet packages:
dotnet restore
- Build the project:
dotnet build
- Run the backend server:
dotnet run
The backend server should now be running on http://localhost:7100
.
- Navigate to the
Frontend
directory:
cd BUET_Hackathon_2023/Frontend
- Install the dependencies:
npm install
- Start the development server:
npm start
The frontend server should now be running on http://localhost:3000
.
Open your web browser and visit http://localhost:3000
to access the application.
- Backend: .NET
- Frontend: React, Tailwind CSS
- Lutfar Alif and Jafar Mahin - Backend development
- Md. fahad Hossain - Frontend development