- Contains the code for agile estimations website
- Version 1.0
- Frontend - React
- Backend - NodeJS Fastify
- Database - MongoDB
- Fork the repository, then clone the forked copy.
- To get the front end running, cd to the client folder and run npx vite.
- To get the backend running, cd to the server folder and run npm start.
- Once both commands run successfully, you can access the application by connecting to the localhost:5173
- Writing tests wherever possible.
- Always work on a feature branch. Never commit directly on main.
- Code review from the repo owner.
- Repo owner or admin.