Skip to content

JulianLopezB/contactnova-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContactNova Search Engine POC - Frontend

This is the frontend component of the ContactNova Search Engine POC, built with React.

Prerequisites

  • Node.js 14+
  • npm 6+

Setup and Running

  1. Install dependencies:

    npm install
    
  2. Start the development server:

    npm start
    
  3. The application will be available at http://localhost:3000.

Available Scripts

  • npm start: Runs the app in development mode
  • npm test: Launches the test runner
  • npm run build: Builds the app for production

Project Structure

  • src/: Contains the main source code
  • public/: Contains public assets and the main HTML file

Connecting to the Backend

The frontend is configured to connect to the backend API running on http://localhost:8000. If you need to change this, update the API base URL in the relevant components.

Learn More

To learn more about React and the tools used in this project, check out the following resources:

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published