Go to ./server
directory by running cd server
yarn
yarn start
It will run server at http://localhost:8080/
Install dependencies by cd client && yarn
yarn start
It will open http://localhost:3000/
- Reactjs front-end with redux/redux-saga setup
- UI To create and delete data
- Express server with basic setup
- REST API to and CRUD for docs
- No UI for UPDATE and EDIT but still works with Postman or curl for example
docs
table (id, author, content) in sqlite3 db- No authentication
- No websocket push notification