Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/root-kings/airchat-server


https://github.com/root-kings/airchat-server

Last synced: about 1 month ago
JSON representation

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