This is a local setup for the Woogle project.
- Ensure you have Docker installed on your system.
- All you need to do is run
docker compose upin the root directory of the project. - Open a web browser and navigate to
http://localhost:3000.
- Ensure you have Node.js installed on your system.
- Open a terminal in the 'woogle' directory.
- Run
npm installto install the dependencies.
- In the terminal, run
node server.js. - Open a web browser and navigate to
http://localhost:3000.
For more information, please refer to the original project documentation.