https://github.com/jcs224/todo-adonis
  
  
    A simple todo app built with Adonis, with websockets 
    https://github.com/jcs224/todo-adonis
  
        Last synced: 8 months ago 
        JSON representation
    
A simple todo app built with Adonis, with websockets
- Host: GitHub
 - URL: https://github.com/jcs224/todo-adonis
 - Owner: jcs224
 - Created: 2019-07-14T00:48:00.000Z (over 6 years ago)
 - Default Branch: master
 - Last Pushed: 2022-12-09T18:10:29.000Z (almost 3 years ago)
 - Last Synced: 2025-01-23T10:43:10.264Z (9 months ago)
 - Language: JavaScript
 - Size: 1.3 MB
 - Stars: 0
 - Watchers: 2
 - Forks: 1
 - Open Issues: 12
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          # Adonis todo app w/ websockets
## Prerequisites
- [NodeJS](https://nodejs.org)
- [Yarn](https://yarnpkg.com)
## Usage
Clone this repo on your local machine/server, `cd` into it, then:
```
cp .env.example .env
```
Make edits to the `.env` file. Make sure the `HOST`, `PORT`, and `APP_URL` are correct. If running this on your local machine, in most cases the defaults should be fine and no changes are needed.
Then, run these commands:
```
yarn install
npx adonis migration:run
npx adonis serve --dev
```
Visit `http://127.0.0.1:3333` in your browser, and you should be able to start playing with the app.