Skip to content

suraj-singh12/flipkart-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flipkart-api

how to use

Check API document apiDocumentFlipkart.md

How To build on Local Machine

Clone the repo to local machine

git clone https://github.com/suraj-singh12/flipkart-api.git

Install dependencies

npm install

Create .env file with following structure

PORT = 9200
MongoUrl = "mongodb://localhost:27017"
MongoLiveUrl = "your_live_db_url"

Note: your_live_db_url would look like this: mongodb+srv://<username>:<password>@cluster0.ecqfv.mongodb.net/?retryWrites=true&w=majority

Note: Check the database name in app.js and ensure you are connecting to correct database.

Run the APP

npm start

For Development

npm run dev

Releases

No releases published

Packages

No packages published