Blog for developers. Using React,Node with express and MYSQL database.

Live demo: https://dev-talks.netlify.app
| password | |
|---|---|
| diaz@gmail.com | 123456 |
| hill@gmail.com | 123456 |
create .env file in the root of the client folder and set following
| key | value |
|---|---|
| REACT_APP_PROD_DOMAIN | http://yourlivehost.com |
| REACT_APP_DEV_DOMAIN | http://localhost:5000 |
create .env file in the root of the server folder and set following
| key | value |
|---|---|
| HOST | your host address |
| PASSWORD | your db password |
| DB_NAME | your db name |
| JWT_SECRET | your jwt string |
start server :
cd server
npm run devstart client:
cd client
npm startOpen postman and import the file from server/DEVtalks.postman_collection.json