Demo application for JsonApiDotNetCore using Ember.js.
Back in 2017, Jared Nance did an excellent video series in which he built this demo:
The app requires running postgres instance with credentials specified in appsettings.json. One way to do this is run the database in a Docker container:
docker run --name TodoListSampleDb \ -e POSTGRES_USER=postgres \ -e POSTGRES_PASSWORD=postgres \ -e POSTGRES_DB=TodoList \ -p 5432:5432 \ -d postgres
cd TodoListAPI
export ASPNETCORE_ENVIRONMENT=development
dotnet run
Switch directory
cd TodoListClient
Install ember-cli
npm install -g ember-cli
Restore packages
npm install -g yarn
yarn install
Start the client
yarn start
orember s
Open http://localhost:4200/ in your browser
In case you haven't watched the videos: the default username/password is guest
/Guest1!
.
ember test
ember test --server
Usually the following commands are sufficient
npm install -g ember-cli-update
ember-cli-update
ember-cli-update --run-codemods
yarn install
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4