https://github.com/kreipikc/golang-posts-website
An attempt to recreate a parody page for posts according to the hierarchy (Golang)
https://github.com/kreipikc/golang-posts-website
golang html-css sql
Last synced: 23 days ago
JSON representation
An attempt to recreate a parody page for posts according to the hierarchy (Golang)
- Host: GitHub
- URL: https://github.com/kreipikc/golang-posts-website
- Owner: kreipikc
- Created: 2024-08-12T15:17:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T15:06:33.000Z (over 1 year ago)
- Last Synced: 2025-02-26T15:45:21.652Z (over 1 year ago)
- Topics: golang, html-css, sql
- Language: HTML
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What kind of project is this?
This is a site with simulated registration, authorization, profile settings on the site and the ability to post an entry to the main page (the owner has the opportunity to edit or delete the entry).
## What languages have I used?
- Go (golang)
- JavaScript
- SQL
- HTML & CSS
The server part is written in the Go (golang) programming language and layout in HTML and CSS with a little JavaScript, SQL is used to work with the database (the database is stored on a local server - phpMyAdmin).
## Why did I even start creating this project?
This is a project in which I tried to follow the rules of writing code for the site. First of all, I created this project to train and test what I am capable of at the moment.