Skip to content

Jonak-Adipta-Kalita/JAK-API

Repository files navigation

JAK-API

Website License GitHub Repo Stars GitHub Forks GitHub Watchers Made by JAK

Go to the Website, Rapid API

Steps

Clone the Repository

To Clone this Repository, open a terminal in a empty folder and type

git clone https://github.com/Jonak-Adipta-Kalita/JAK-API.git

Installing The Required Modules

To install the required modules, just open a terminal in the directory where this project is cloned. Now type:

npm i

# or

yarn

and hit enter.

Getting WEBSITE_BACKEND_URL

It is the hosted URL of JAK-Website's backend.

Passing the Required Credentials

Create a new file .env.local In the .env.local file, paste the following:

WEBSITE_BACKEND_URL=<YOUR_WEBSITE_BACKEND_URL>

Running the server:

To run the server, open a terminal in the directory. Now type

npm start
# or
yarn start

to run the server. After you did that, go to http://localhost:3000/ or http://127.0.0.1:3000/

Technology(s) Used

Contributors