An open API service indexing awesome lists of open source software.

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!

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 MongoDB

DB_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.