An open API service indexing awesome lists of open source software.

https://github.com/me7/realworld_svelte_nim


https://github.com/me7/realworld_svelte_nim

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# ![RealWorld Example App](logo.png)

https://github.com/gothinkster/realworld

https://github.com/me7/realworld_svelte_nim

## Frontend

Source code live in `src` folder. Build by using svelte framework see [example](https://svelte.dev/examples#each-blocks)

`npm run dev` to start develop

Simply point your [API requests](https://github.com/gothinkster/realworld/tree/master/api) to `https://conduit.productionready.io/api` and you're good to go! try login with ball@realworld.com:password
### packages

* [svelte-spa-router](https://github.com/ItalyPaleAle/svelte-spa-router)
* [svelte-awesome](https://github.com/RobBrazier/svelte-awesome) = font awesome icon

### Backend

srv = code for backend using nim with jester web framework

[Backend API spec](https://github.com/gothinkster/realworld/tree/master/api)
`nimble build` to create server.exe

# How it works

> Describe the general architecture of your app here

# Getting started

> npm install, npm start, etc.