-
Notifications
You must be signed in to change notification settings - Fork 0
/
dayOne.js
46 lines (39 loc) · 2.01 KB
/
dayOne.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// Javascript Backend Roadmap
/*
Backend Development
🢇 🢆
A Programming Language A Database
🢃 🢃
Java, Javascript, PHP, Golang, C++ MongoDB, MySQL, PostgreSQL, SQLlite
🢃 🢃
on a framework ORM ODM
' '
[Browser] ⇔ ⇔ ⇔ ' ' ⇔ ⇔ ⇔ [Backend] ⇔ ⇔ ⇔ ⇔ ⇔
' A ' ⇅
' P ' (Database) => Another Continent
' I ' ⇅
[Mobile] ⇔ ⇔ ⇔ ' ' ⇔ ⇔ ⇔ [Backend] ⇔ ⇔ ⇔ ⇔ ⇔
' '
*/
/*
=> A Javascript based Backend
🢇 🢃 🢆
Data File Third Party (API)
=> A JS Routine
🢇 🢃 🢆
Node.js Deno Bun
=> Files Structure
Src
🢇 🢃 🢆
index APP constants
🢇 🢃 🢆
(DB connects) (config, cookie, urlencode) (enums, DB-name)
=> Directory Structure
🢂 DB
🢂 Models
🢂 Controllers
🢂 Routes
🢂 Middlewares
🢂 Utils
🢂 More (depends)
*/