8000 GitHub - narasimha-v/blog: Blog application built with react, node, express, typescript & mysql
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

narasimha-v/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Blog application built with react, node, express, typescript & mysql.

Client Environment Variables

To run this project, you will need to add the following environment variables to your client .env file

REACT_APP_API_BASE_URL

Server Environment Variables

To run this project, you will need to add the following environment variables to your server .env file

PORT

DB_NAME

DB_USERNAME

DB_PASSWORD

JWT_SECRET

Run Locally

To run the project locally you will need to install and setup mysql server and then clone the project

  git clone https://github.com/narasimha-v/blog.git

Go to the project directory

  cd blog

Start the server

  cd server
  yarn install
  npm run dev

Start the client

  cd client
  yarn install
  npm run start

License

MIT

About

Blog application built with react, node, express, typescript & mysql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0