Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.13 KB

File metadata and controls

23 lines (16 loc) · 1.13 KB

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.

Download and Install:

Prerequisites:

  • Node.js
  • Visual Studio Code

Installation Steps:

  1. Clone the repository git clone https://github.com/npmStart0/client.git
  2. 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
  3. Open the project in Visual Studio Code.
  4. Open the terminal window and install the necessary installations by the command : npm install
  5. 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

License

This project is licensed under the MIT License - see the LICENSE file for details.