Web board web application
git clone https://github.com/Rqkko/web-board.git
cd web-boardSUPABASE_URL=*REDACTED*
SUPABASE_ANON_KEY=*REDACTED*
PORT=3001
NODE_ENV=development- To obtain supabase credentials, please contact the administrator
cd server
npm inpm run devGo to path localhost:3001/api/docs for API documentation
cd ../client
npm inpm startWeb browser should open automatically, if not, go to localhost:3000
- Make sure to use the following naming convention:
`dev-{frontend|backend}-{feature|bugfix}` - Example: dev-frontend-loginpage
- Check your code for errors and make sure to follow the coding conventions
- Write a description of your changes before submitting the pull request