A clone of tamproduction.com wedding studio website with Blog management.
- CRUD Blogs, Users.
- JWT Authentication: Sign in, Sign up.
- Search, Filters blogs, Comment ...
- 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>
- Use
npm install
to install and thennpm start
to start for both