Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eyuelberga/canvas-artworks

Canvas artwork is a ASP.net MVC web app. you can paint pictures on the web, using Literally Canvas as a drawing widget and save them. you can also edit and delete your artworks.
https://github.com/eyuelberga/canvas-artworks

asp-net-core entityframework-codefirst mvc-core npgsql

Last synced: 3 days ago
JSON representation

Canvas artwork is a ASP.net MVC web app. you can paint pictures on the web, using Literally Canvas as a drawing widget and save them. you can also edit and delete your artworks.

Awesome Lists containing this project

README

        

# Canvas Artworks : ASP.net Core MVC web application

Canvas artwork is a ASP.net MVC web app that allows you to paint pictures on the web and save them. It also allows you to edit and delete your artwork. It uses uses [Literally Canvas](http://literallycanvas.com/) as a drawing widget.
## Screenshots

* Home Page




* Artwork Details




* Dashboard




* Creating an new artwork



## Some details about the project

Here are some of the features of the app:
* make artwork on the web
* save artworks
* manage artworks: delete, edit and also view them

## Development

* .NET Core SDK version: 3.0.100
* Literally Canavas version: 0.4.14

### Build & Run
After you clone this repo, run the server:

```
$ dotnet run
```
This will install all the dependencies for the project and then run the application