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

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)

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.