IvanENERGY / AndroidStudio-Nodejs-Expressjs-MSSQLSERVER-demoCRUD

This is CRUD demo full-stack application built using AndroidStudio, Nodejs, Expressjs, MS SQL server. The API created using nodejs demonstrate how we can perform CRUD in MSSQL database using plain query & stored procedures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

[project_android_todo.png]

project_android_todo

Project Introduction

This is a demo CRUD applicaton Build using

Frontend Android Studio (JAVA)
Backend NodeJS & Express JS
MS SQL Server

The frontend android application use Retrofit Library for calling APIS

The backend follows MVC pattern and preform CRUD on the Task Object in database

Script for Creation of Task Table and Script for stored procedures performing CRUD on Task are located in /dbscript folder

Database user configuration:

dbUserSettings dbUserSettings2

The fullstack application supports the following functionalities:

  • Basic CRUD operation

Screenshots

🔴READ

[android1.png]
android1

🔴CREATE

[android2.png]
android2
[android3.png]
android3
[android4.png]
android4

[android4_2.png]

Newly created record is displayed on the list:

android4_2

🔴UPDATE

Press UPDATE button on the newly added record

[android5.png]

The original value of the record is displayed:

android5
[android6.png]

Make changes to taks name,deadline,reps and file path:

android6
[android7.png]
android7

Updated result are displayed:

[android8.png]
android8

🔴DELETE

[android9.png]
android9
[android10.png]
android10

📝Development Memos

✏Remember to configure AndroidManifest.xml for Internet Access

<uses-permission android:name="android.permission.INTERNET"/>  
<application android:usesCleartextTraffic="true"> 

About

This is CRUD demo full-stack application built using AndroidStudio, Nodejs, Expressjs, MS SQL server. The API created using nodejs demonstrate how we can perform CRUD in MSSQL database using plain query & stored procedures


Languages

Language:Java 87.3%Language:TSQL 7.0%Language:JavaScript 5.7%