Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-kings/airchat-server
https://github.com/root-kings/airchat-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/root-kings/airchat-server
- Owner: root-kings
- Created: 2019-01-10T10:48:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:01:43.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T10:38:28.700Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AirChat
## Server
### Dependencies
#### Dev
- `node`
- `yarn`
- `gulp`#### Runtime
- `node`
- `express`
- `mongoose`
- `pug`### Instructions
#### Build
Build the files using `yarn build`
#### Debug
Make sure you have `yarn`, `nodemon` and `gulp` installed.
Note: Before running the development server, install the dependencies and build the files atleast once by running `yarn install`
Run the development server and Gulp watcher using `yarn dev`
You can now visit the application at [`localhost:3000`](http://localhost:3000)
### To do list
- [ ] Register User
- [ ] Register organization
- [ ] Register User
- [ ] Chats and org. screen
- [ ] Contacts
- [ ] Chat screen
- [ ] Organization screen
- [ ] Settings