https://github.com/scottbedard/nuxt-surreal-todo
https://github.com/scottbedard/nuxt-surreal-todo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scottbedard/nuxt-surreal-todo
- Owner: scottbedard
- Created: 2023-08-22T14:00:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T22:01:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T14:13:09.266Z (3 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-surreal-todo
A simple todo application using [Nuxt](https://nuxt.com/) and [SurrealDB](https://surrealdb.com/). To get started, install [Docker Compose](https://docs.docker.com/compose/install/) and run the following.
```bash
mv .env.example .envdocker-compose up
```Your todo app should now be running at [`localhost:3000`](http://localhost:3000).
To explore the database and run queries, I recommend [`surrealist.app`](https://surrealist.app), you can connect with the following credentials.
```
Endpoint URL: http://localhost:8000/sql
Authentication mode: Root authentication
Username: root
Password: root
Namespace: test
Database: test
```