Code Monkey home page Code Monkey logo

fatura-task's Introduction

Fatura

Fatura is a small application that represents products and their providers.

How to start

  1. Set environment variables to properly connect the database and start the server by creating a .env file and adding the variables. A sample of the env variables can be found in .env.example.

  2. install all project dependencies with npm install

  3. start the development server with npm start

Structure

SQL (DDL Script) that describes the database schema can be found in /sql folder.

Middlewares can be found in /middlewares folder.

Routes can be found in /routes folder.

API

Method Endpoint Query string Description
GET /products page, limit, optional category to filter by category id paginate products and filter products by category if category id is provided as query string
PUT /products/:id/toggle-featured toggle product as featured inside its category

Database

  • MySQL is used to connect the application, so make sure you have a MySQL driver that is running.

  • For consistency, a SQL query is used for querying the database as it was required to write DDL script.

Middlewares

  • Pagination middleware is used to append a pagination object to req so that it becomes available for the endpoints using the middleware.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.