Project URL: https://eattendance2021.herokuapp.com/
1.Node.jS: https://nodejs.org/dist/v14.17.0/node-v14.17.0-x64.msi
2.Mongodb Community Server:
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Bootstrap4 - DataTable</title> | |
| <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.12.1/css/jquery.dataTables.css"> | |
| <script src="https://code.jquery.com/jquery-3.5.1.js" type="text/javascript"></script> | |
| <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.js"></script> |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Bootstrap4</title> | |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | |
| integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style> | |
| body { | |
| padding: 25px; | |
| background-color: white; | |
| color: black; | |
| font-size: 25px; |
| [data-theme="dark"] { | |
| background-color: #111 !important; | |
| color: #eee; | |
| } | |
| [data-theme="dark"] .bg-black { | |
| background-color: #fff !important; | |
| } |
1.Node.jS: https://nodejs.org/dist/v14.17.0/node-v14.17.0-x64.msi
2.Mongodb Community Server:
| html, body, div, span, applet, object, iframe, | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
| a, abbr, acronym, address, big, cite, code, | |
| del, dfn, em, img, ins, kbd, q, s, samp, | |
| small, strike, strong, sub, sup, tt, var, | |
| b, u, i, center, | |
| dl, dt, dd, ol, ul, li, | |
| fieldset, form, label, legend, | |
| table, caption, tbody, tfoot, thead, tr, th, td, |
| Week 1: | |
| (related to bash) | |
| 1. ls C:\ -list | |
| 2. get-help ls -full -full info about ls | |
| 3. ls C:\ -force -to show hidden items | |
| 4. pwd -print working directory |
| Week 1: | |
| 1. ls / or ls /home -list all | |
| 2. ls --help -help menu | |
| 3. man ls -more than help | |
| 4. ls / -l -properties with longlist |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AB Shetty</title> | |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | |
| integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |