Travel story app basically aims to collect the images and experience of various parts of the world
-
Create one folder
-
Right click and select Open in terminal
-
Create a folder where you want to store the project.
-
Right-click the folder and select Open in Terminal.
-
Initialize a Git repository:
git init
-
Clone the repository
git clone https://github.com/kv13b/TravelStory.git
-
npm install
-
To go through the backend side seperatley
-
type cd backend and then run the command npm start
-
Install postman and then run the routes in the postman
-
To generate the Auth Token or Access Token ,run the login route in postman
-
That Access Token can be used for the other routes in Authorization -> Barrer Token