Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.67 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.67 KB

StudioBlog

A clone of tamproduction.com wedding studio website with Blog management.

Feature:

  • CRUD Blogs, Users.
  • JWT Authentication: Sign in, Sign up.
  • Search, Filters blogs, Comment ...

Setup environment variable

  • Front-End .env
REACT_APP_BASE_URL=<Your nodejs application url path>
  • Back-End .env
MONGO_URL=<MongoDB connection string>
DATABASE_NAME=<MongoDB database name>
FRONT_URL=<Your front-end url path>
API_KEY=<Google API Key> "Youtube Data API, Places API"
SECRET_KEY=<Your secret key>
SECRET_REFRESH_KEY=<Your refresh key>

Google API

Commands

  • Use npm install to install and then npm start to start for both

Screenshots

auth main services detail-full admin2 profile admin3 admin admin4