- Database: SQLite
- GraphQL Backend: Airsequel
- GraphQL Client: Apollo Client
- Frontend: React
- Styling: Styled Components
- Install dependencies:
npm install
- Create new database from scratch at Airsequel
- Rename created table from
table-1
totodos
- Add / rename columns to achieve following schema:
rowid INTEGER PRIMARY KEY, title TEXT NOT NULL, completed BOOLEAN
- Update database URL in
index.js
andmain.jsx
- Start app:
npm start
- Open http://localhost:8080/