Git Product home page Git Product logo

oneshot.ai-backend's Introduction

Oneshot.ai-Backend Task

This repository contains the code for the API that serves data to the frontend website.

Supported Endpoints:

Supported Endpoints Method Request Body
/fetchSimilarColleges POST id: _collegeID
/fetchCollegeDetails/byID POST id: _collegeID
/fetchCollegeDetails/students POST id: _collegeID
/fetchCollegeDetails/allColleges POST None
/fetchStats/States POST None
/fetchStats/Courses POST None

Test Locally

  • Clone the Project
  • Make sure latest version of node and npm is installed
  • cd Oneshot.ai-Backend
  • Install node modules using npm install
  • Create a .env file with contents as
URL=<mongoDB URL>
  • Serve the API using npm start

Notes on Database

  • The database name should be AssignmentDatabase
  • The database should contain two collections, Student and College.
  • You can use the mock data stored in mock_data/College.json and mock_data/Student.json

Created with ❤️ by Vaibhav Jain

oneshot.ai-backend's People

Contributors

vaibhavjain30699 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.