Skip to content

Commit

Permalink
fixed: readme && package starter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinevue committed Jul 9, 2023
1 parent a9671a4 commit 0bcf171
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 53 deletions.
45 changes: 0 additions & 45 deletions READ ME.md

This file was deleted.

21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# BLOG APPLICATION

## TECHNOLOGE

React
Redux
TypeScript
Expand All @@ -9,30 +10,34 @@
MongoDB
Express
Node JS

## Installation

## Getting Start

npm start //for server
cd client
npm start //for client
npm run dev

## Information for start

Of course, you can Sign Up and Log In.
And then the chrome will go to Dashboard.
### You can watch all blog. ----READ

### You can watch all blog. ----READ

And at Navbar there is "My Blog".
If you click that, you go to My Blog page.
If you click that, you go to My Blog page.

### In there, you can add blog by clicking of "Add" button. ----CREATE

### In there, you can add blog by clicking of "Add" button. ----CREATE
When you push "Like Button" like number will increased.
And you can click a blog then you can see the detail of that.
### In there, you can edit and update and delete blog. ----UPDATE & DELETE

### In there, you can edit and update and delete blog. ----UPDATE & DELETE

In either dashboard and myblog, you can increase watches and likes ----WATCH & LKIES

## Features

- implement simple login screen(email, full name, password)
- create a dashboard page to show all blogs as a list
- implement create blog page to create a new blog
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"server": "nodemon server.js",
"client": "cd client && npm start"
Expand Down

0 comments on commit 0bcf171

Please sign in to comment.