You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-4Lines changed: 57 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,61 @@
1
1
# Server
2
-
2
+
## Overview
3
3
> Talent Path Pipeline Back-end
4
4
5
+
---
5
6
## Table of Contents
6
-
7
-
[TOC]
8
-
7
+
-[Release Notes](##Release%20Notes)
8
+
-[Getting Started](##Getting%20Started)
9
+
-[Coding Standards](##Coding%20Standards)
10
+
-[Basic Structure](##Basic%20Structure)
11
+
-[Usage](##Usage)
12
+
13
+
---
14
+
## Release Notes
15
+
16
+
### Current Release:
17
+
Pre-Alpha (v0.0)
18
+
19
+
### Release Details:
20
+
<!-- #### Upgrade Steps -->
21
+
<!--Includes:
22
+
- Steps users have to take when they upgrade beyond just dumping the dependency.
23
+
- Pseudocode that highlights what code should change and how.
24
+
- Call out if users are recommended to upgrade because of known problems with older releases. -->
25
+
26
+
#### New Features
27
+
<!-- Includes:
28
+
- the new feature
29
+
- when/why to use it
30
+
- pictures!
31
+
- caveats/warnings?
32
+
- Is it a beta feature? -->
33
+
- Login/Sign Up Routes
34
+
- Generate Token on login/signup
35
+
- Hash Passwords
36
+
- Users CRUD API
37
+
- Lessons CRUD API
38
+
- Paths CRUD API
39
+
- Courses CRUD API
40
+
- YouTube
41
+
- Transformer to translate length of videos
42
+
43
+
44
+
45
+
46
+
47
+
#### Bug Fixes
48
+
<!-- Includes:
49
+
- existing feature/functionality that now works as intended or expected.-->
50
+
- No bugs...
51
+
52
+
#### Improvements
53
+
<!-- Includes:
54
+
- Improvements/enhancements to a:
55
+
- workflow, performance, logging, error messaging, or user experience -->
56
+
- No feedback...
57
+
58
+
---
9
59
## Getting Started
10
60
11
61
The following setup will be broken down into two sections, setting it up for local development and setting it up for deployment on [heroku](https://www.heroku.com).
@@ -28,6 +78,7 @@ The following setup will be broken down into two sections, setting it up for loc
28
78
29
79
**Coming Soon!**
30
80
81
+
---
31
82
## Coding Standards
32
83
33
84
### Naming conventions:
@@ -43,6 +94,7 @@ The following setup will be broken down into two sections, setting it up for loc
43
94
44
95
We are using VSCode for development with the ESLint and Prettier extensions for consistency. Configuration files for both extensions are included in the root of this repository. If contributing, please either install those extensions or read through them and ensure your code complies with the rules listed.
0 commit comments