a RESTful API that allows users to create, retrieve, update, and delete data in a PostgreSQL database
- Node.js
- Express.js
- TypeORM
- PostgreSQL
- Visual Studio Code
- GitHub
- Postman or Swagger
- Clone the repo
- Navigate to the
users-app
directory - Run
npm install
command - Uncomment and edit the
prod
ordev
settings inside the.env
file - Run
npm run start
ornpm run dev
command - Navigate to http://localhost:8080/v1/api-docs/ or refer to
openapi.yaml
for usage, options, and a list of available APIs
- Uncomment and edit the
test
database settings inside the.env
file - Run
npm run test
command - Navigate to http://localhost:8080/v1/api-spec/ for usage, options, and a list of available APIs
Susan M Lister
- v1
- Final Submission
npm run test
currently using a temporary workaround to prevent open handles from keeping jest from exiting