CS2102 Pet Care Center
- Angular
- Node.js
- Express
- PostgreSQL
- Create
.envfile inbackendfolder - In the
.envfile, addPSQL_USER=your_username, replaceyour_usernamewith your psql username
Before running:
npm installto install packagespsql -f sql_init/init.sqlto create databasenpm run devto run the app


