Task submission for developer's society sophomore selections
- React
- Express
- TypeScript
- Docker
docker-compose up --buildcd web
npm install- Start the development server
npm run devcd server
npm install- Start the development server
npm run devOpen http://localhost:3000 in your browser to see the web application. The API is running at http://localhost:8080.
dev-soc-task/
│── web/ # Frontend application (React)
│── server/ # Backend API (Express)