Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ieee-nitk/codeshare
A web-based code editor for real time collaborative editing
https://github.com/ieee-nitk/codeshare
codeshare collaborative-editing phoenix-framework realtime-collaboration
Last synced: 4 days ago
JSON representation
A web-based code editor for real time collaborative editing
- Host: GitHub
- URL: https://github.com/ieee-nitk/codeshare
- Owner: IEEE-NITK
- Created: 2019-12-02T10:17:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:23:52.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T00:43:43.686Z (over 1 year ago)
- Topics: codeshare, collaborative-editing, phoenix-framework, realtime-collaboration
- Language: Elixir
- Size: 2.66 MB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codeshare
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Setup Docker containers with `./setup-docker.sh`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix