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: 7 months 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.
- Host: GitHub
- URL: https://github.com/eyuelberga/canvas-artworks
- Owner: eyuelberga
- Created: 2019-12-22T14:21:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T05:42:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-27T11:19:31.607Z (9 months ago)
- Topics: asp-net-core, entityframework-codefirst, mvc-core, npgsql
- Language: JavaScript
- Homepage:
- Size: 1.88 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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