Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louisgituhi/pocketbase-todo-app


https://github.com/louisgituhi/pocketbase-todo-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pocketbase To-Do App
An application created with react, tailwind and pocketbase to store your tasks

## Usage
Clone the repository, then
Go to [pocketbase.io](https://pocketbase.io/)
and download the executable
Once downloaded copy the exe to the root project directory
Use the command:
```
./pocketbase serve
```
Create a new collection called 'tasks'

Open another terminal and type:
```
npm install
```
to install all dependencies
Once install, run the command:
```
npm run dev
```