Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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📝

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`