Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaljosea/twitter-clone-backend
https://github.com/amaljosea/twitter-clone-backend
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amaljosea/twitter-clone-backend
- Owner: amaljosea
- Created: 2020-04-01T06:21:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:47:36.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T10:21:03.752Z (7 months ago)
- Language: JavaScript
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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`.