The Asset Management System Backend is a Node.js application developed using TypeScript, Prisma ORM, and PostgreSQL. This backend system facilitates efficient management of assets and their related data.
To set up the project locally, follow these steps:
- Install dependencies:
npm install
- Start the application:
npm start
Make sure to complete the following steps before running the application:
- Generate Prisma client:
npx prisma generate
- Run database migrations:
npm run migrate
- Obtain the .env file:
Request the .env file containing credentials (e.g., Database_URL, Email, etc.) from our developer's WhatsApp group.
After setting up the project and obtaining the necessary credentials, you can start using the Asset Management System Backend.
If you would like to contribute to the project, feel free to fork the repository and submit pull requests.
For any inquiries or assistance, reach out to our developer's WhatsApp group.
Happy coding! 🚀