Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vpicone/wedding
Keystone + NextJS + Typescript
https://github.com/vpicone/wedding
Last synced: 18 days ago
JSON representation
Keystone + NextJS + Typescript
- Host: GitHub
- URL: https://github.com/vpicone/wedding
- Owner: vpicone
- Created: 2019-12-13T04:11:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:39:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:15:34.411Z (about 1 month ago)
- Language: JavaScript
- Size: 4.55 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KeystoneJS Todo List Template
You've created a KeystoneJS project! This project contains an example of a basic Todo list. Look at the `index.js` file to see how the list is configured. It also contains a StaticApp that provides an example of simple front-end application that makes use of the graphQL API. Take a look at the `public` folder to see how this application is built.
## Running the Project.
To run this project first run `npm install`. Note: If you generated this project via the Keystone cli step this has been done for you \\o/.
Once running, the Keystone Admin UI is reachable via `localhost:3000/admin`.
## Next steps
This example has no authentication, meaning anyone can add or remove todo items. You can lean more about access control and authentication at: `https://keystonejs.com/api/access-control`.