Skip to content

An Express API that retrieves data from MongoDB using Mongoose is a server-side application that allows you to fetch and manipulate data stored in a MongoDB database.

Notifications You must be signed in to change notification settings

Aleksayshn/techstack-test-nodejs

Repository files navigation

Installation and running

Backend Part

Create a web API. App user should be able to:

  • Get list of apartments; sorting (price) and filtering (rooms);
  • Add new apartment; (validation rules: rooms-number, name-max length[99], price-number, description-max length[999]);
  • Delete an apartment;
  • Edit apartment details.

TASK

FrontEnd Part:

Create a single page app for apartment marketplace. App user should be able to:

  • View list of available apartments;
  • Sort by price and filter by rooms;
  • Add new apartment;
  • Delete an apartment;
  • Change

About

An Express API that retrieves data from MongoDB using Mongoose is a server-side application that allows you to fetch and manipulate data stored in a MongoDB database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published