Skip to content

blackphoenix42/blog-post-app

Repository files navigation

LOGO

Blog Post App

Join official Discord Server for discussion.

forthebadge forthebadge forthebadge

About

An app where a user can create, read, update and delete blog post.

🌱 Quick Start

  • Star🌟 and Fork this repository

  • Clone this repository remotely.

git clone https://github.com/blackphoenix42/blog-post-app.git

Setup

  • First, navigate to ./Backend directory to start the server.

  • Install the dependencies

npm install
  • Run json-server using:
npm run db
  • Open another terminal to run ngrok:
npm run tunnel
  • Copy the URL from of Forwarding from the ngrok terminal. Example URL: http://a9afa77f5518.ngrok.io/

  • Now navigate to ./src/api directory and open jsonserver.js file.

  • Replace the baseURL with the one you copied from ngrok terminal.

  • Come back to root directory and install the dependencies

npm install
  • Start the app
npm start
  • Scan the QR Code to run the app in your phone using expo application.

🚀 How to Contribute to Project?

👾 Project Admin


blackphoenix42

👑 Admin

About

App where a user can create, read, update and delete blog posts.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published