A brief description of what your project does and why it is useful.
npm i
npm i --save-dev
# Clone the repository
git clone https://github.com/msjadhav03/express-tsc-mysql-crud.git
# Navigate to the project directory
cd express-tsc-mysql-crud.git
# Install dependencies
npm install
# Install Dev Dependencies
npm install --save-dev
# Build
npm build
# Start
npm run start
# Run test Cases
npm run test
Guidelines for contributing to the project. Include information about setting up a development environment and making pull requests.
- Create your feature branch (git checkout -b feature/your-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/your-feature) Create a new Pull Request
This project is licensed under the ISC License: