CS2102 Pet Care Center
- Angular
- Node.js
- Express
- PostgreSQL
- Create
.env
file inbackend
folder - In the
.env
file, addPSQL_USER=your_username
, replaceyour_username
with your psql username
Before running:
npm install
to install packagespsql -f sql_init/init.sql
to create databasenpm run dev
to run the app