Web App (delete,add,view,update)

Practical Interview for Systems Developer at Postal Corporation of Kenya 1. Create a database with a table called users with the following columns:

Full Name

Email

Password 2. Create a web application where users from the users table can login in, add, view, update

and delete other uses.

  1. Create a mobile application where users from the users table can log in, add, view, update

and delete other users. 4. Create a public GitHub repository with three branches and push the web app code,

database SQL file and mobile app code. Name the repository and the branches with your

preferred names.

NOTE:

i)

ii)

Use any database of your choice.

User any web backend language of your choice. Use any mobile application language, IDE or framework of your choice

iv) Because of the limited time, don't put so much focus on user interface, evaluation will focus more on functionality rather than the user interface.

Time for the tasks

• Creating Database - 10mins

• Creating Web Application-40mins

• Creating Mobile Application-1hr 30mins

GitHub -20mins

Total-3hrs

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

npm run eject