The High-Tech Forum Client project is a powerful client-side application designed to provide services tailored to junior professionals in the high-tech industry. It offers a platform for forums and discussions intended for the junior professional community in the world of technology.
- Node.js
- Visual Studio Code
- Clone the repository
git clone https://github.com/npmStart0/client.git
- Create a .env file in the root directory of the project containing the database connection string in the following format:
REACT_APP_API_URL=http://localhost:5131/api
- Open the project in Visual Studio Code.
- Open the terminal window and install the necessary installations by the command :
npm install
- Run the project with the command :
npm start
Note: In order for all the options in the application to run correctly, you also need to download the server-side project from the repository - server
This project is licensed under the MIT License - see the LICENSE file for details.