To Clone this Repository, open a terminal in a empty folder and type
git clone https://github.com/Jonak-Adipta-Kalita/JAK-API.git
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.
It is the hosted URL of JAK-Website's backend.
Create a new file .env.local
In the .env.local
file, paste the following:
WEBSITE_BACKEND_URL=<YOUR_WEBSITE_BACKEND_URL>
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/
- Language: JavaScript
- Backend: Node JS
- Hosted: Vercel