An open API service indexing awesome lists of open source software.

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.

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"