Code Monkey home page Code Monkey logo

jwt-prisma's Introduction

About Application    |    Technologies    |    How to Run    |    Routes    |    Project Status    |    License


Repo Stars Repo Forks License

About Application

JWT Prisma is an application designed to streamline the user authentication process. While initially created for didactic purposes, its robust features make it highly suitable for small and medium-sized projects. The chosen architecture for the project is the MVC (Model-View-Controller) pattern, as it enables us to organize our project efficiently and in a scalable manner.

The application was developed using a carefully curated set of technologies. Notably, Node.js and Express provide an agile and versatile environment for development. Integration with Prisma offers precise and simplified database access control, while SQLite ensures reliable data storage.

Furthermore, the implementation of Swagger provides clear and automated API documentation, enhancing understanding and collaboration among teams. For security, using JSON Web Token (JWT) offers a reliable method for authentication and authorization, bolstering the protection of the application's resources.

In summary, JWT Prisma combines a thoughtfully chosen array of technologies with a well-defined MVC architecture, resulting in an application that offers effective authentication and is primed to evolve efficiently and support growing demands.

Technologies

Node.js logo image. Express javascript logo image. Prisma ORM logo image. Joi logo image. Swagger logo image.

How to Run

First, start by cloning the repository:

git clone https://github.com/shunny2/jwt-prisma

Open each of the folders and run the command below to install the project's dependencies.

npm install

Run the command to start the server:

npm run dev

To see the database tables and data, run the command:

npx prisma studio

Routes

The image below describes the routes available by the application.

jwt-prisma-routes

API Documentation is available at /api/v1/docs

Project Status

Status: Completed.

License

This project is under an MIT license.


Created by Alexander Davis.

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.