https://github.com/soumavabanerjee/ninja-fetcher
Get a list of Ninjas near your location to choose from!
https://github.com/soumavabanerjee/ninja-fetcher
Last synced: 3 months ago
JSON representation
Get a list of Ninjas near your location to choose from!
- Host: GitHub
- URL: https://github.com/soumavabanerjee/ninja-fetcher
- Owner: SoumavaBanerjee
- Created: 2020-10-24T12:12:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T13:03:16.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T22:11:21.136Z (6 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NINJA FETCHER
Get a ninja near to your location! View all the ninjas which are near your location. Set how far you want to search for your ninja.
## Technologies
1. Node.js
2. Express.js
3. MongoDB
4. React## Building the server
Install all the dependencies
npm install
create a .env file and write the URI for MongoDBDB_URI = mongodb://localhost:27017/[Enter your document name]
Fire up the terminal in the present directory and run the script:
npm start
For the development server :npm run dev-server
**NB:** Front-end using react is still under development. Use Postman/Insomnia to test the API endpoints for now.