Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertene1994/drawing-back-end
Back-end application for collaborative drawing.
https://github.com/robertene1994/drawing-back-end
collaborative collaborative-drawing drawing express mongodb nodejs websockets
Last synced: about 2 months ago
JSON representation
Back-end application for collaborative drawing.
- Host: GitHub
- URL: https://github.com/robertene1994/drawing-back-end
- Owner: robertene1994
- License: mit
- Created: 2020-10-29T13:57:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T15:53:16.000Z (about 4 years ago)
- Last Synced: 2023-10-20T10:39:53.722Z (about 1 year ago)
- Topics: collaborative, collaborative-drawing, drawing, express, mongodb, nodejs, websockets
- Language: JavaScript
- Homepage: https://drawing-web.herokuapp.com
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Drawing
### Back-end application for collaborative drawing built with Node. It can be accessed at [Drawing](https://drawing-web.herokuapp.com).
#### DevOps (CI/CD) ☁
[![DevOps (CD)]()](https://github.com/robertene1994/drawing-back-end/actions?query=workflow%3A%22DevOps+%28CD%29%22)
#### Continuous Deployment 🚀
![Heroku](https://heroku-badge.herokuapp.com/?app=drawing-web)
## Installation 🔧
To install this application you can use [npm](https://www.npmjs.com/), the [Node](https://nodejs.org/)'s package manager.
```bash
npm install --save
```## Scripts 📜
### `npm start`
Runs the app in the production mode.
Open [http://localhost:4201](http://localhost:4201) to view it in the browser.### `npm run start:dev`
Runs the app in the development mode.
Open [http://localhost:4201](http://localhost:4201) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.## License 🔑
[![MIT](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)