Skip to content

estewui/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog application

Blog application

Table of contents

General Info

Blog application, created as part of "Processing Data in Cloud Computationg" classes. It allows to start own blog, write posts, read other users posts and comment them.

Technologies

Project is created with:

  • React 17
  • AntDesign 4
  • Node.js 12
  • Express
  • Neo4J

Setup

Go to server directory, change name of .env.dist file to .env and fill information about your instance of Neo4J database (e.x bolt://xxx.xxx.xxx.xx:7687, user, password), port on which backend should be running (e.x. 8080) and JWT secret key (e.x. secret). Then go to client directory and fill information in .env file about URL address of your backend (e.x. http://localhost:8080).

Then install project locally using npm:

$ cd server
$ npm install
$ npm start
$ cd ../client
$ npm install
$ npm start

Features

List of features ready and TODOs for future development

  • Logging in / Registration
  • Adding / Editting posts
  • Marking posts as published / unpublished
  • Formatting style of post
  • Reading blogs of all users
  • Commenting posts

Status

Project is: finished

Contact

Created by @estewui - feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages