Hi,
I came from the Oracle DB site.
I need to create a small application using node.js &Oracle & HTML and here are my question.
System:
- Centos 7 or Oracle Linux 7
- Oracle XE (hope 18c will come in the next weeks :-) actually I use Develeop DB)
- node.js 10
- HTML, JavaScript
I would like to write a small Web Application a Dialog for User Registration and Login
I need to start with an html site to enter the necessary input Data:
Easy Data model
Table Users
id
FirstName
LastName
Emailaddress
PasswordSalt
PasswordHash
Table Member
id
Usersid
UserRole
UserMember
What are the Tools which I should use but take in mind I am not from the Developer Site I am an Oracle DB guy.
thanks