This is a Journal Application that lets users to post Articles to the website which is carefully verified by the dedicated admins and then after a small payment is published publically for everyone to see. We take user quality of life into consideration and have made it a very swift process to publish Articles while keeping all the needed features.
To contribute:
git clone https://github.com/aju-alen/React_Journal.git
To run the frontend:
cd client
npm install
npm run dev
To start the backend:
cd api
npm install
npm run dev
Note: Check sample.env in the api folder and fe.env in the client folder to understand the neede environment variables.