https://github.com/mahamudm90/task-syntax
Blog App📝
https://github.com/mahamudm90/task-syntax
context-api daisy-ui express-js firebase-auth firebase-hosting jwt-token mongodb-atlas node-js react-hook-form react-router reactjs tailwind-css vercel-deployment
Last synced: 2 months ago
JSON representation
Blog App📝
- Host: GitHub
- URL: https://github.com/mahamudm90/task-syntax
- Owner: MahamudM90
- Created: 2022-12-05T14:51:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T16:44:31.000Z (over 3 years ago)
- Last Synced: 2025-03-13T18:21:23.305Z (over 1 year ago)
- Topics: context-api, daisy-ui, express-js, firebase-auth, firebase-hosting, jwt-token, mongodb-atlas, node-js, react-hook-form, react-router, reactjs, tailwind-css, vercel-deployment
- Language: JavaScript
- Homepage: https://task-syntax.web.app
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Syntax 
### Admin Email & Pass
Email: `mahamud@gmail.com`
Pass: `Mahamud123456@`
## Live Deployed Link Below
[CLient Side Link](https://task-syntax.web.app)
[Server Side Link](https://task-syntax.vercel.app/)
## How to Install Local Machine
### Client
1. Clone repo using `git clone https://github.com/MahamudM90/task-syntax.git`
2. Change directory using `cd task-syntax-client`
3. Install all dependencies using `npm install`
4. Firebase Config
5. Run the Project using `npm start`
### Server
1. Clone repo using `git clone https://github.com/MahamudM90/task-syntax.git`
2. Change directory using `cd task-syntax-server`
3. Install all dependencies using `npm install`
4. Create a .env file and set mongodb userID and Pass
5. Create a access token a set it in .env file
6. Run the Project using `npm start / nodemon index.js`