Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisgituhi/pocketbase-todo-app
https://github.com/louisgituhi/pocketbase-todo-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/louisgituhi/pocketbase-todo-app
- Owner: louisgituhi
- Created: 2024-01-27T09:43:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T08:28:07.000Z (12 months ago)
- Last Synced: 2024-01-30T21:28:23.078Z (12 months ago)
- Language: JavaScript
- Size: 109 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```