https://github.com/iDevelopThings/AdonisTestProject
Adonis test project, Basic Todo app using web sockets
https://github.com/iDevelopThings/AdonisTestProject
Last synced: about 1 month ago
JSON representation
Adonis test project, Basic Todo app using web sockets
- Host: GitHub
- URL: https://github.com/iDevelopThings/AdonisTestProject
- Owner: iDevelopThings
- Created: 2016-11-27T21:06:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T03:11:31.000Z (over 8 years ago)
- Last Synced: 2025-02-26T01:31:58.125Z (3 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AdonisJs Application
##What is it?
This is a very simple todo application built in AdonisJS and Angular 1.6. Its using web sockets to communicate between client/server. I built this just to try out something new.##How to run?
1. You need to have followed all the instructions from AdonisJS for setting up applications. I'm not going to explain that here.
2. Run `node ace migration:run` to migrate all of the tables
3. You're good to go