WebToolkit is a web app designed as a catalogue of tools for web developers.
- Tool catalog for web developers
- Search and filter tools by categories
- Easy navigation and user-friendly interface
- Clone the repository:
git clone https://github.com/JosefinaTrojkarova/WebToolKit.git- Install dependencies:
cd WebToolKit
npm install-
Add .env file
- For the app to work on your development server, you'll need to create a .env file in the root of the project and configure the required environment variables.
- Please reach out to us to get the necessary values for the following variables:
MONGODB_URI=... GOOGLE_CLIENT_ID=... GOOGLE_CLIENT_SECRET=... AUTH_SECRET=... AUTH_ORIGIN=http://localhost:3000 YOUTUBE_API_KEY=...
-
Start the development server:
npm run dev- Nuxt.js
- MongoDB
- Many other packages