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.
- Host: GitHub
- URL: https://github.com/guilhermebkel/suub-job-challenge
- Owner: guilhermebkel
- Created: 2019-04-27T20:49:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T15:23:28.000Z (over 5 years ago)
- Last Synced: 2025-01-21T14:45:12.857Z (9 months ago)
- Topics: angular7, crud, ionic4, mongodb, rest-api, restful-api, restify
- Language: TypeScript
- Homepage: https://suubchallenge.firebaseapp.com/
- Size: 7.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.