This project consists of a search engine with a frontend built using Angular and a backend built using Node.js, Express, and MongoDB.
The project is divided into two main directories:
Backend/
: Contains the server-side code written in Node.js.Frontend/
: Contains the client-side code written in Angular.
- Node.js
- Angular CLI
- MongoDB
- Clone the repository.
- Navigate to the
Backend/
directory and runnpm install
to install the server dependencies. - Navigate to the
Frontend/
directory and runnpm install
to install the client dependencies.
- Start the backend server by navigating to the
Backend/
directory and runningnpm start
. - Start the frontend server by navigating to the
Frontend/
directory and runningng serve
. Open your browser and navigate tohttp://localhost:4200/
.
- User-friendly interface for easy navigation and efficient information retrieval. -company searches.
Contributions are welcome. Please open an issue first to discuss what you would like to change.
This project is licensed under the no License.