https://github.com/doldsimo/solid-start-quiz-app
https://github.com/doldsimo/solid-start-quiz-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doldsimo/solid-start-quiz-app
- Owner: doldsimo
- Created: 2023-06-13T19:58:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T13:44:24.000Z (over 1 year ago)
- Last Synced: 2024-12-28T20:14:58.339Z (5 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solid Start app example with solid-quiz library
> Fullstack example application that shows how [solid-quiz](https://github.com/doldsimo/solid-quiz) can be used in [solid start](https://start.solidjs.com/getting-started/what-is-solidstart).
> Requirements: Nodejs (npm), pnpm, mongodb (local or cloud)
## Installation
1. Clone the repository
2. Install all packages with `pnpm install`
3. Set up the .env file (copy .env.example and remane the file) type you local mongodb url for you local db inside the file
4. Start the development server with `pnpm dev`
5. Test the example on `http://127.0.0.1:3000/home`## Need Help?
If you have a problem with the library, [create a new issue](https://github.com/doldsimo/solid-start-quiz-app/issues/new).