Skip to content

Latest commit

 

History

History
93 lines (57 loc) · 1.55 KB

README.md

File metadata and controls

93 lines (57 loc) · 1.55 KB

BUET_Hackathon_2023

This project is to create a ChatBot for Buet Hackathon Competition

Project Name

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.

Getting Started

These instructions will guide you on how to clone and set up the project locally on your machine.

Prerequisites

To run this project, you need to have the following software installed:

  • Node.js
  • .NET SDK
  • Git

Clone the Repository

Clone the project repository by running the following command:

git clone https://github.com/jaf107/BUET_Hackathon_2023.git

Backend Setup

  1. Navigate to the Backend directory:
cd BUET_Hackathon_2023/Backend
  1. Install the required NuGet packages:
dotnet restore
  1. Build the project:
dotnet build
  1. Run the backend server:
dotnet run

The backend server should now be running on http://localhost:7100.

Frontend Setup

  1. Navigate to the Frontend directory:
cd BUET_Hackathon_2023/Frontend
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

The frontend server should now be running on http://localhost:3000.

Usage

Open your web browser and visit http://localhost:3000 to access the application.

Built With

  • Backend: .NET
  • Frontend: React, Tailwind CSS

Authors

  • Lutfar Alif and Jafar Mahin - Backend development
  • Md. fahad Hossain - Frontend development

License