Code Monkey home page Code Monkey logo

sequelize-graphql-react-material-table's Introduction

GraphQL - Sequelize - Apollo - React - Hooks - Material Design - Scss

Even in the world of startups and company builders expenses for trips etc. have to be filed and managed. The fictitious expense software Cashcog tries to manage this. Unfortunately, there is some functionality missing which you have to create. The Cashcog-API only offers events about newly created expenses. The approval process however is missing and has to be added externally.

Demo

Part 1 – BE-Part

Consume the expense events provided by the Cashcog Expense-API. Validate and store them in a database of your choice. Create a Graph-QL or RESTful-API which allows clients to fetch, update (approve or decline), and query these expenses.

Part 2 – FE-Part

Visualize the approval process in a web application. The user should be able to get all expenses from the BE system, query/filter and sort them, and approve or decline them. Create an UI which is intuitive and responsive so it works on both, desktop and mobile platforms.

After completing the assignment please provide me with your source-code on an accessible git repository or add me as a collaborator on github (user: mwelack). Also make sure your code can be executed easily in different environments.

Server App

In ./server/ start the web server using

npm install
npm start

TO start a database instance using docker

docker run --rm   --name pg-docker -e POSTGRES_PASSWORD=123 -d -p 5432:5432 -v

Web App

In ./client/ start the web server using

npm install
npm start

A browser should automatically navigate to http://localhost:3000/

😊🙌

sequelize-graphql-react-material-table's People

Contributors

ahmadalibaloch avatar dependabot[bot] avatar

Watchers

 avatar  avatar

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.