Skip to content

Commit e841980

Browse files
committed
Add documentation links to readme
1 parent 279050e commit e841980

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ The basic concept for this application is that the application has users and tha
1414

1515
This application provides an API that works along a client application as a service and persistence layer for storing user and transcoded video information. This application oversees the lifecycle of video uploads as they move from the client application, through AWS, and back to the persistence layer provided herein.
1616

17-
18-
19-
17+
Some technical aspects of this application:
18+
- Secure handling of AWS access for client (no storing AWS creds in client app)
19+
- AWS SNS validation
20+
- Secure handling of ENV variables
21+
- JWT based user authentication for API use (using Passport)
22+
- Postgres database (using Sequelize as ORM)
23+
24+
## Documentation
25+
- [Local Setup and Development](https://github.com/bradley/node-aws-elastic-transcoder/wiki/Local-Setup-and-Development)
26+
- [API](https://github.com/bradley/node-aws-elastic-transcoder/wiki/API)
27+
- [User](https://github.com/bradley/node-aws-elastic-transcoder/wiki/API#user-1)
28+
- [Session](https://github.com/bradley/node-aws-elastic-transcoder/wiki/API#session-1)
29+
- [StoryJob](https://github.com/bradley/node-aws-elastic-transcoder/wiki/API#storyjob-1)
30+
- [Story](https://github.com/bradley/node-aws-elastic-transcoder/wiki/API#story-1)
31+
- [Story Upload Flow](https://github.com/bradley/node-aws-elastic-transcoder/wiki/Story-Upload-Flow)

0 commit comments

Comments
 (0)