An app where a user can create, read, update and delete blog post.
git clone https://github.com/blackphoenix42/blog-post-app.git
-
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 thengrok
terminal. Example URL:http://a9afa77f5518.ngrok.io/
-
Now navigate to
./src/api
directory and openjsonserver.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.
- Take a look at the Existing Issues or create your own Issues!
- Check out CONTRIBUTING.md
blackphoenix42 👑 Admin |