Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radocodes/web-art-gallery
Web Art Gallery - Web application, personal website of a professional artist for the presentation and sale of his own paintings such as artworks and customer orders, such as drawing paintings, illustrations and cartoons to order.
https://github.com/radocodes/web-art-gallery
ajax asp-net-core-mvc bootstrap entity-framework-core javascript jquery sql-server
Last synced: about 1 month ago
JSON representation
Web Art Gallery - Web application, personal website of a professional artist for the presentation and sale of his own paintings such as artworks and customer orders, such as drawing paintings, illustrations and cartoons to order.
- Host: GitHub
- URL: https://github.com/radocodes/web-art-gallery
- Owner: radocodes
- Created: 2018-12-11T20:48:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:33:41.000Z (about 2 years ago)
- Last Synced: 2023-03-06T04:33:08.261Z (almost 2 years ago)
- Topics: ajax, asp-net-core-mvc, bootstrap, entity-framework-core, javascript, jquery, sql-server
- Language: C#
- Homepage: http://emaivanova.com
- Size: 8.68 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Art-Gallery
Web Art Gallery - Web application, personal website of a professional artist for the presentation and sale of his own artworks, such as paintings, illustrations and caricatures to order.
http://emaivanova.com
### Technical Specifications:
- ASP MVC .NET Core 2.1
- MS SQL Server
- Entity Framework Core
- Javascript additions
- Ajax
- JQuery
- Bootstrap
- Automapper
- Cloudinary (image CDN) integration
- Tiny WYSIWYG integration
- Hosted in ProductionMore details:
- The web app is written by .NET CORE 2.1 ASP MVC, using MS SQL Server and MS Entity Framework.
- It works with individual user accounts authentication Identity (but not scaffolded).
- Every user can sign up, login, logout, change his profile details and password.
- Every signed in user can send messages to web site owner (the artist) by web app (it saves messages in DB), and to make comments at aticles, at the blog part.The web app has administration area, where administrator has the following functionality just by UI (User Interface):
- Add/Edit/Delete Artworks with picture and specific details for them (like price, size, category).
- Add/Edit/Delete Artwork Categories with name and picture.
- Add/Edit/Delete Articles.
- Add/Edit/Delete Biography of the web-site owner (the artist).
- To have control of comments, messages and users.
- To make some other user administrator, or to remove user from admin role.When you start the web app, it auto seeds one basic admin user, where you can start to administering:
- Username: admin
- Pasword: 123456