Skip to content

A backend application with clean architecture in node.js

Notifications You must be signed in to change notification settings

amanandrade/clean_code_node

Repository files navigation

clean_code_node

A backend application with clean architecture in node.js

Sample application:

An initial use case for books managing. The app holds a list of books information and their readers.

Main features:

  • Book registration form
  • User registration form

Stacks:

  • Node.js API / Express
  • MongoDB database

Get start:

  • npm install to install dependencies
  • npm start for run production
  • npm run dev for run development OR:
  • docker-compose up for run using docker

Use Case:

User can:

  • create account
  • find single user by id
  • find list of users
  • delete account
  • register book
  • search book by title
  • search book by author

About

A backend application with clean architecture in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published