Skip to content

Commit

Permalink
Merge pull request #228 from devvsakib/development
Browse files Browse the repository at this point in the history
CRUD blog project added
  • Loading branch information
devvsakib authored Mar 9, 2023
2 parents 2dd974d + 85f9e12 commit f946b96
Show file tree
Hide file tree
Showing 62 changed files with 13,372 additions and 0 deletions.
24 changes: 24 additions & 0 deletions PROJECTS/CRUD blog website + Firebase/.gitignore
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?
18 changes: 18 additions & 0 deletions PROJECTS/CRUD blog website + Firebase/README.md
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

1 change: 1 addition & 0 deletions PROJECTS/CRUD blog website + Firebase/backend/blog.json
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"}]
Loading

1 comment on commit f946b96

@vercel
Copy link

@vercel vercel bot commented on f946b96 Mar 9, 2023

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

Please sign in to comment.