This project was generated with Angular CLI version 10.2.1.
Web Application for Meta search Engine
Welcome 👋, Yet another java based Meta Search Engine with a highly modular structure. It rapidly sends queries to several search engines, aggregates the results, and categorizes the result by search engines they come from. To Know More
List of the major library that is used in these projects.
If you want to get release version, then please follow this instruction.
For building and running the application you need:
-
Clone the repo
git clone https://github.com/BalajiDany/lantern-web-client.git
-
Navigate to the folder
cd enaic-front
-
Install the dependencies
npm install
-
Serve the application
ng serve
- Navigate to http://localhost:4200/
- The app will automatically reload if you change any of the source files.
-
Build Befor commit
ng run prod-build
- The build artifacts will be stored in the dist/ directory.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Apache-2.0 License - Please have a look at the LICENSE for more details.
Balaji Dhanapal - d.balaji.mc@gmail.com
Pavithra Palanisamy - pavithrakowsika@gmail.com
Project Link: https://github.com/BalajiDany/lantern-web-client
- To get more help on the Angular CLI use
ng help
- check out the Angular CLI Overview and Command Reference page.