Skip to content

nikhiljangra0954/Hack2skill_Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Hack2skill_Assignment

js nodejs express mongo npm

Backend: Node, Express, MongoDB Atlas

Frontend: HTML, CSS ,Javascript

Deployment

Server side: Render cloud link

Client side: Netlify

Features

  • Fetching data from two Collections

Run Locally Clone this Project

https://github.com/nikhiljangra0954/Hack2skill_Assignment.git

Runs the project in the development mode

http://localhost:8088

NPM Package

 {
     "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "mongoose": "^7.3.4",
    "nodemon": "^3.0.1"
  }

Schema

{
  full_name: String,
  email: String,
  team_name: String,
},
{
  full_name: String,
  email: String,
  number: Number,
  city: String,
  url: String,
}

Run Locally

  step 1- clone the Repo 
  step 2- Install all dependencies npm install
  step 3- npm run server

API Endpoints

GET http://localhost:8088/api/retrive_data
Authors

Nikhil

About

Simple website to fetch some data from mongodb using two collections

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published