A platform for company registration and management.
- Frontend
Navigate to frontend directory & run the following commands to install all dependencies.
npm installCreate a .env file, and add the required environment variables as specified in the .env.example file. After that, run the following command to run the application.
npm run dev- Backend
Navigate to backend directory & run the following commands to install all dependencies.
npm installCreate a .env file, and add the required environment variables as specified in the .env.example file. After that, run the following command to run the application.
npm run devWeb UI: https://anycomp-clone.vercel.app