Pinned Repositories
Auth_system-MYSQL-
This is an Authentication System for Login and Register Routes which uses json web tokens for authorization .The Application is connected to the Mysql database to store the user details in a structured format.
Blog_App
A simple Blog_App that can create,read and edit articles . This Application uses Express.js , mongoDB .It also uses JWT for authentication
Calculator
Clock-based-projects
DeepThoght-Node.js-Challenge
A DeepThought Edutech Ventures Pvt.Ltd Nodejs challenge which consists of 2 tasks: Task 1 => API Creation and Task 2 => API Documentation
Educase_Assignment
Implementing a set of APIs using Node.js, Express.js framework, and MySQL to manage school data. The Application will allow users to add new schools and retrieve a list of schools sorted by proximity to a user-specified location .
FullStackTodoApp-JWT
This is an fullstack TodoApp using JWT(json web tokens) for authentication. Users can Create Account and make their todolist . Users can apply multiple operations
Sending-Mail-using-Node.js
Uploading-Files-using-Node.js
Worko-User-Management-API
This is an user management API which consists of all api requests that can be send to user using postman or any api request extensions. In this each api request is authenticated using JWT . The testing was done by using jest and supertest tools and the data validation is done by a joi module.
Navaneeth-21's Repositories
Navaneeth-21/Auth_system-MYSQL-
This is an Authentication System for Login and Register Routes which uses json web tokens for authorization .The Application is connected to the Mysql database to store the user details in a structured format.
Navaneeth-21/Blog_App
A simple Blog_App that can create,read and edit articles . This Application uses Express.js , mongoDB .It also uses JWT for authentication
Navaneeth-21/Clock-based-projects
Navaneeth-21/DeepThoght-Node.js-Challenge
A DeepThought Edutech Ventures Pvt.Ltd Nodejs challenge which consists of 2 tasks: Task 1 => API Creation and Task 2 => API Documentation
Navaneeth-21/Educase_Assignment
Implementing a set of APIs using Node.js, Express.js framework, and MySQL to manage school data. The Application will allow users to add new schools and retrieve a list of schools sorted by proximity to a user-specified location .
Navaneeth-21/FullStackTodoApp-JWT
This is an fullstack TodoApp using JWT(json web tokens) for authentication. Users can Create Account and make their todolist . Users can apply multiple operations
Navaneeth-21/Sending-Mail-using-Node.js
Navaneeth-21/Uploading-Files-using-Node.js
Navaneeth-21/Worko-User-Management-API
This is an user management API which consists of all api requests that can be send to user using postman or any api request extensions. In this each api request is authenticated using JWT . The testing was done by using jest and supertest tools and the data validation is done by a joi module.
Navaneeth-21/File-Multer-Microservice
A File Metadata Microservice which is used to upload different types of files using "Multer" and returns file Information in JSON body
Navaneeth-21/FullStackToDoApp
A Simple web Application for managing your Todos
Navaneeth-21/Goolge_Oauth2.0
Navaneeth-21/graphQL-nodejs-CRUD-Mongodb
Navaneeth-21/HeaderParser-Microservice
A Request Header Parser Microservice to know the client's IP address , Userlanguage , Browser version
Navaneeth-21/Jarurat-Care-Assignment
An Assignment provided by Jarurat Care which is to Create a simple API using Node.js and Express to manage a list of healthcare services. Postman : https://www.postman.com/altimetry-physicist-57425162/jarurat-care
Navaneeth-21/Login-Page-Project
Simple Backend login Page Project using express.js and MongoDB
Navaneeth-21/major_project
Navaneeth-21/Navaneeth-21
my_personal repo
Navaneeth-21/Proxy_server-Basic-
This is a Normal Proxy server setup which demonstrates how a proxy server works using Node.js and Express. It sends the request URL from the proxy server(i.e localhost) to the targeted URL without directly interacting with the website.
Navaneeth-21/QuadB_Node_Assignment
A QuadB Nodejs Assignment which is used to fetch the data from a given api and store the top 10 results in the mysql database and display the content to the users by retrieving the data from the database.
Navaneeth-21/Simple_Graphql_API
Building a graphql API using Apollo server for Implementation of all CRUD Operations
Navaneeth-21/Static_web_page
Navaneeth-21/Task_Manager-Server
Navaneeth-21/Tasks-Tracker-Api
A Task/Exercise Tracker which is used to track the users tasks which include fields like : description , duration , date. It also includes filtering the data based on the dates given in queries
Navaneeth-21/TheMangoJelly_Assignment
Navaneeth-21/Timestamp_Microservices-api
A Timestamp microservice api which converts a given calender date to its affiliated timestamp and viceversa.
Navaneeth-21/To_do_List
Simple Frontend To_do_list
Navaneeth-21/URL-Shortener-Microservice
An URL shortner microservice which is used to shorten the given URL and making it simple to navigate to the url
Navaneeth-21/Url_Shrinker
This a url_shrinker application which shrink the given URL into a shortid so that can be used furthur.It is developed using a uuid package which generates a shortid and express.js , mongoDB for backend
Navaneeth-21/Weather_API
A simple weather api that gives the weather report about based on given city name.