Git Product home page Git Product logo

Oluwatomisin Adeyinka Tomori's Projects

alx-pre_course icon alx-pre_course

I'm now a ALX Student, this is my first repository as a full-stack engineer

alx-zero_day icon alx-zero_day

I'm now a ALX Student, this is my first repository as a full-stack engineer

e-mailapi icon e-mailapi

A simple api built in node-express with nodemailer package for sending emails with attachment. Multer js was implented for file upload.

exercise-tracker_freecodecamp-project icon exercise-tracker_freecodecamp-project

You can POST to /api/users with form data username to create a new user. The returned response from POST /api/users with form data username will be an object with username and _id properties. You can make a GET request to /api/users to get a list of all users. The GET request to /api/users returns an array. Each element in the array returned from GET /api/users is an object literal containing a user's username and _id. You can POST to /api/users/:_id/exercises with form data description, duration, and optionally date. If no date is supplied, the current date will be used. The response returned from POST /api/users/:_id/exercises will be the user object with the exercise fields added. You can make a GET request to /api/users/:_id/logs to retrieve a full exercise log of any user. A request to a user's log GET /api/users/:_id/logs returns a user object with a count property representing the number of exercises that belong to that user. A GET request to /api/users/:id/logs will return the user object with a log array of all the exercises added. Each item in the log array that is returned from GET /api/users/:id/logs is an object that should have a description, duration, and date properties. The description property of any object in the log array that is returned from GET /api/users/:id/logs should be a string. The duration property of any object in the log array that is returned from GET /api/users/:id/logs should be a number. The date property of any object in the log array that is returned from GET /api/users/:id/logs should be a string.. Use the dateString format of the Date API. You can add from, to and limit parameters to a GET /api/users/:_id/logs request to retrieve part of the log of any user. from and to are dates in yyyy-mm-dd format. limit is an integer of how many logs to send back

grocery_online_shopping_app_monolithic_to_microservices icon grocery_online_shopping_app_monolithic_to_microservices

This is a practical example of NodeJS Microservices Architecture. We have built a simple Online Grocery Shopping Application using ES6 in a Monolithic way and segregate in Microservices Architecture without impact frontend. So each individual service will work independently to serve the purpose and business logic. You can watch its Youtube tutoria

header-parser_freecodecamp-project icon header-parser_freecodecamp-project

A request to /api/whoami should return a JSON object with your IP address in the ipaddress key, preferred language in the key, and software in the software key.

nodejs_microservice icon nodejs_microservice

NodeJS Microservice Architecture Example with the real-time project. This is a practical source code of the NodeJS Microservice tutorial series. Where we have split up a monolithic application into Microservices Architecture. The main goal of this repository is to provide an overview of how the microservices architecture is working with nodejs and

timestamp-microservice_freecodecamp-project icon timestamp-microservice_freecodecamp-project

A Microservice that responds to request in the form of "api/:date?" with a valid date should return a JSON object with a utc key that is a string of the input date in the format: Thu, 01 Jan 1970 00:00:00 GMT.

url-shortener_freecodecamp-project icon url-shortener_freecodecamp-project

You can POST a URL to /api/shorturl and get a JSON response with original_url and short_url properties. Here's an example: { original_url : 'https://freeCodeCamp.org', short_url : 1} When you visit /api/shorturl/<short_url>, you will be redirected to the original URL. If you pass an invalid URL that doesn't follow the valid http://www.example.com format, the JSON response will contain { error: 'invalid url' }

userauth_api icon userauth_api

A user authentication Api written in javascript, built with node-express. Uses web packages such as jwt, mongoose, cookie-parser, validator and fother packages necessary. Built by Oluwatomisin Adeyinka Tomori (OAT) A.K.A Wareswitch.

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.