This is the official repository for the WEAP Website project.
/client- Frontend React application/server- Backend Node.js API server/docs- Project documentation/config- Configuration and setup scripts/uploads- Uploaded files storage
Run the start script to set up the environment and verify the integration:
./start.sh- Start the client:
cd client && npm run dev - Start the server:
cd server && npm run dev
This project follows industry-standard security practices. See the Integration Guide for details.