Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours ago
JSON representation
Blog App📝
- Host: GitHub
- URL: https://github.com/mahamudm90/task-syntax
- Owner: MahamudM90
- Created: 2022-12-05T14:51:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T16:44:31.000Z (almost 2 years ago)
- Last Synced: 2023-12-29T10:28:01.048Z (11 months 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 ![GitHub last commit](https://img.shields.io/github/last-commit/mahamudm90/task-syntax?color=blue&label=Task%20Syntax%20Project%20Last%20Commit&logo=github&logoColor=blue&style=social)
### Admin Email & Pass
Email: `[email protected]`
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`