An open API service indexing awesome lists of open source software.

https://github.com/guilhermebkel/suub-job-challenge

A client with Full CRUD Actions on a Database, comparable to a Database Manager.
https://github.com/guilhermebkel/suub-job-challenge

angular7 crud ionic4 mongodb rest-api restful-api restify

Last synced: 7 months ago
JSON representation

A client with Full CRUD Actions on a Database, comparable to a Database Manager.

Awesome Lists containing this project

README

          

# Suub Challange

## Summary
A simple app with a back-end server that communicates with database and a front-end that makes the Back-end & Database interactions.

## Project Scope
Database: JSON Tables ```[Mongoose]```
- The database will be hosted on MongoDB Atlas.

Back-end: REST API with CRUD Control ```[Restify.js]```
- Restify.js is preferred;
- The server will be hosted on Heroku.

Front-end: Interface that makes the Back-end CRUD on Database ```[Ionic 4]```
- Ionic 4 is preferred;
- The interface will be hosted on Firebase;
- Listing Page with two working buttons (Delete and edit) for every datatable row;
- Editting Page with two working CRUD methods (Create and Update);
- It needs a Modal for the CRUD Interactions;
- Deploying an app if possible.