-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from devvsakib/development
CRUD blog project added
- Loading branch information
Showing
62 changed files
with
13,372 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
.DS_Store | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Blog website | ||
|
||
### Description | ||
|
||
This is a blog website where you can `create/edit/view/delete` your own blog posts. This project is built using React, Node.js, Express. | ||
|
||
### How to run this project | ||
|
||
- Open terminal in the root directory of the project | ||
- Run `npm install` to install all the dependencies | ||
- Run `npm run dev` to start the project | ||
- This project will auto open new tab in your browser | ||
|
||
- Navigate to `backend` folder | ||
- Run `npm install` to install all the dependencies | ||
- Run `npm run dev` to start the project | ||
- Check in the console that the server is running on port 5000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"id":1,"title":"Frontend Development","body":"Lean HTML CSS JS React","datetime":"March 09, 2023 4:17:01 PM"}] |
Oops, something went wrong.
f946b96
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ptw – ./
ptw-git-main-devvsakib.vercel.app
ptw-devvsakib.vercel.app
ptwa.vercel.app