Skip to content

Collection of basic HTML forms and theory I learnt as a part of FULL STACK WEB DEVELOPMENT TRAINING. Databases are also connected and SQL file is also shared. It is recommended to use XAMPP.

SAKET-SK/FULL-STACK-WEBDEV-REPO

Repository files navigation

My Full Stack Development Journey Mapper

Collection of basic HTML forms I designed as I learn Full Stack Web development. All the code which I will be writing during the whole training is to be documented here in this repository.

Folder Named Login Page - Copy is the form I have been working with. In that Databases are also connected and SQL file is shared with you guys. It is recommended to use XAMPP. Here below is shared which folder is for what purpose:

  1. Login-Page - Copy:- This file contains a basic HTML Form where Login and Sign Up features are implemented. Databases are used but in separate php files.
  2. Login-Page and Category:- This is a more updated form as the sign-up feature is removed for unknown reasons and Add category form has been added. The database of categories is separately created and the concept of config file is implemented in this little folder project.
  3. Login-Page:- This is the basic login page. This was my first attempt.
  4. Login-Page.html:- Basic HTML code of Login Page
  5. pathology_data.sql:- This is a database file that will be updated after every updation in the code.
  6. add-category.html:- One can also refer to this file for connection to the database, very similar yet a bit different from the Login-Page and Category.html (This is inside the Login-Page and Category folder)

Rest other folders are related to different web development topics and concepts

Notes Section:

Angular Node & Express MongoDB React
Into the Background NodeJS Introduction Introduction to MongoDB Row 1 Column 4
Running your first Angular Application Node REPL and Modules Getting Started with MongoDB Row 2 Column 4
Data Binding Concepts NodeJS Architecture and Events MongoDB Data Modelling and more Queries Row 3 Column 4
Structural Directives FS Module Unleashing the Power of Data Retrieval Row 3 Column 4
Attribute Directives http Module and Working with Streams Indexing and Performance Optimization Row 3 Column 4
All About Pipes Working with Server & ExpressJS Simplifying Data Aggregation Row 3 Column 4
Input and Output Decorators Serving Files via ExpressJS & Creating a Web Server All about Replication Row 3 Column 4
Routing Template Engine Sharding Row 3 Column 4
Angular Forms Creating our own REST-API M9 Row 3 Column 4
ViewChild Decorator and Custom Directives Body Parser Middleware M10 Row 3 Column 4
Services: Creating a Simple Angular Service All about MongoDB Atlas M11 Row 3 Column 4
Angular CRUD operations using JSON Server Connection to MongoDB using Mongoose M12 Row 3 Column 4
Guard in Angular and Implementing Login and Logout in Angular app CRUD operations via NodeJS to MongoDB M13 Row 3 Column 4
M14 Row 3 Column 4
M15 Row 3 Column 4

Output Section:

  • Output of tablecell.html

tablecell output


Angular Projects Github Repository