Skip to content

satub/drawTogetherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repo is a rails backend API for REACT application Draw Together. Repo for the frontend can be found here: https://github.com/cngonzalez/dt-react

Both the drawing app

http://dt-react.herokuapp.com/rooms

as well as this backend API:

https://dry-fortress-11373.herokuapp.com/

are live at heroku.

API requests:

  • artworks index: GET /api/v1/artworks

  • show a artwork: GET /api/v1/artworks/:artwork_id

  • create new artwork: POST /api/v1/artworks

  • update existing artwork: PUT /api/v1/artworks/:artwork_id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages