https://github.com/ragokan/ravenblog
A blog app called Raven that created by me that uses React&Express.
https://github.com/ragokan/ravenblog
backend css express firebase frontend html mongodb mongoose node nodejs react
Last synced: 5 months ago
JSON representation
A blog app called Raven that created by me that uses React&Express.
- Host: GitHub
- URL: https://github.com/ragokan/ravenblog
- Owner: ragokan
- Created: 2020-11-11T13:22:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T12:44:34.000Z (about 4 years ago)
- Last Synced: 2025-06-27T01:40:14.521Z (12 months ago)
- Topics: backend, css, express, firebase, frontend, html, mongodb, mongoose, node, nodejs, react
- Language: JavaScript
- Homepage: https://ravenblog.herokuapp.com/
- Size: 1.44 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raven Blog
#### You can check it online : https://ravenblog.herokuapp.com/
#### Tecnologies
- React
- Express
- MongoDB (Main Storage)
- Firebase/firestore (Image upload and notification/chat)
#### How to Use
##### Frontend
- Rename 'ConfigForGithub' file to 'Config' in frontend/src/firebase.
- Add you firebase config to commented area.
- In frontend/src/context/utils/api, change base url to your url.
##### Backend
- Create a file called '.env'
- Include bottom 3 lines with your '.env' file
JWT_EXPIRE = 9999 Years // Or your preferenced expire
JWT_SECRET = secretkey // You can write anything here
MONGO_URI = yourMongoURI // You can use localhost or from mongodb.
##### Final
- In backend and frontend, run "yarn start" or "npm run start"