Skip to content

WilsonVonSchneider/Express.js-CRUD-example

Repository files navigation

Express.js - CRUD

Overview

This is a small example of CRUD endpoint in Express.js. Project was used in education purposes to work with k9s and to create port forward on external database. Few routes are added to match data in existing remote database.

Features

  • get paginated list for companies, create, delete, update and show company
  • get list of company departments, create, delete, update and show company department
  • get paginated list of all users, create, update, delete and show user
  • all endpoints are created with versioning, but version 2 of endpoints is just for example

Technologies Used

  • Express.js
  • pgsql (database)

Contributing

If you'd like to contribute to this project, please fork the repository and make your changes. When you're ready to submit a pull request, please make sure to explain your changes and include any necessary documentation.

Credits

This app was created by Matej Zagar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published