Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:latest

WORKDIR /usr/local/bin

RUN node --version
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Server side


- Simple structure project
- JWT auth with refresh token (made by description https://gist.github.com/zmts/802dc9c3510d79fd40f9dc38a12bccfc )
- Rest api registration, authorization, restore and confirm restore
Expand All @@ -15,9 +16,10 @@
- Catched email to .eml files on dev mode
- Error decorator
- Handler error and logging
- Docker compose
- Docker compose (Used to write docker-compose.yanl)

### Client side
testing done

- Simple structure project
- Create react app
Expand All @@ -34,4 +36,8 @@
Detailed description of the launch application
 in each of these folders

The project will change over time, if you have advice on how to do better write to me `minorforyounot[replace]gmail.com`
The project will change over time, if you have advice on how to do better write to me `minorforyounot[replace]gmail.com`


testing purpose