Welcome to the Housepetall API repository! This project powers the backend services for Housepetall, providing a robust and scalable API solution.
Ensure you have the following installed:
- Node.js 18.9.1
- Nx 18.0.4
Configure the required environment variables before running the project:
HOST=0.0.0.0
PORT=3000Clone the repository and install dependencies:
git clone https://github.com/hardwhy/housepetall-api.git # or use git@github.com:hardwhy/housepetall-api.git
code housepetall-api #if you are using VSCode
npm installStart the project using Nx:
npx nx serve housepetall-review-apiFor troubleshooting tips, contributions, or further details, check out the project documentation or open an issue. Happy coding! 🎉