Skip to content

Commit 367a942

Browse files
committed
thjs-61: * update readme with filling additional info
1 parent 06fbc63 commit 367a942

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

readme.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,18 @@ The main frameworks and libraries used in the project are listed here. A complet
2020
4. [JWT](https://en.wikipedia.org/wiki/JSON_Web_Token)
2121
5. [Socket.IO](https://socket.io/docs/)
2222
6. [npm](<https://en.wikipedia.org/wiki/Npm_(software)>)
23-
7. [ESLint](https://eslint.org/docs/user-guide/getting-started)
24-
8. [joi](https://www.npmjs.com/package/joi)
25-
9. [dayjs](https://day.js.org/)
23+
7. [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces)
24+
8. [ESLint](https://eslint.org/docs/user-guide/getting-started)
25+
9. [joi](https://www.npmjs.com/package/joi)
26+
10. [dayjs](https://day.js.org/)
2627

2728
### Frontend
2829

2930
1. [React](https://reactjs.org/docs/getting-started.html)
30-
2. [React Redux](https://redux.js.org/introduction/getting-started)
31-
3. [React Hook Form](https://react-hook-form.com/get-started)
32-
4. [history](https://www.npmjs.com/package/history)
31+
2. [Vite](https://vitejs.dev/)
32+
3. [React Redux](https://redux.js.org/introduction/getting-started)
33+
4. [React Hook Form](https://react-hook-form.com/get-started)
34+
5. [history](https://www.npmjs.com/package/history)
3335

3436
### Backend
3537

@@ -59,7 +61,7 @@ The main frameworks and libraries used in the project are listed here. A complet
5961
6062
2. Get the latest stable version [PostgreSQL](https://www.postgresql.org/download/ 'PostgreSQL') for your OS. Check the correctness of the work - try to create a database, a table - for this you can use [pgAdmin](https://www.pgadmin.org/ 'pgAdmin') or any other convenient way you find.
6163
62-
3. Create in PostgreSQL **empty** database for the project. For example, _thread_.
64+
3. Create in PostgreSQL 2 **empty** databases for the project. For example, _thread_ and _thread-test_. The main idea is that you can check if code works properly in 2 ways: automated via backend tests and manually via interaction between frontend and backend. And these are independent processes.
6365
6466
4. Install Git.
6567
@@ -94,7 +96,7 @@ The main frameworks and libraries used in the project are listed here. A complet
9496
npx simple-git-hooks
9597
```
9698
97-
**Now, for each of your commits, the linter will be launched and check your code.**
99+
**Now, for each of your commits, the linter will be launched and check your code. It's very important and must have thing, developer should follow linter instructions, without it the PR cannot be merged in real life(IN YOUR CASE, THE WORK MAY NOT BE PROPERLY EVALUATED)**
98100
99101
### Backend
100102

0 commit comments

Comments
 (0)