Brame selection project
- Run the query in postgres from brameDb.sql
- npm install in server
- npm install in client
- server is started by npm run dev
- client is started by npm start
- log in with user - credentials: acc: Client1, pass: 12345678
- Fronted is done in React with javascrypt with styles and material ui, if I had more time, I would make custom components in scss files and separate the components into smaller parts that are more reusable
- Back is done in node with typescript
- On the backend didn't do pagination and image upload but done authetication
- On the frontend didn't do pagination