An open API service indexing awesome lists of open source software.

https://github.com/samyc2002/confusion

A small project to test authentication and authorization of users
https://github.com/samyc2002/confusion

Last synced: 2 months ago
JSON representation

A small project to test authentication and authorization of users

Awesome Lists containing this project

README

        

# conFusion

![conFusion](https://www.treehugger.com/thmb/WIL_P-KAhldEQFuxEsQhNe474pw=/4294x2916/filters:no_upscale():max_bytes(150000):strip_icc()/__opt__aboutcom__coeus__resources__content_migration__mnn__images__2019__11__illustration_of_confusion-a524e19c90b14de18eb75d978e50bfc5.jpg)

## What it does

conFusion is a backend REST API made using the MVC architecture and it implements server side routing, authentication, file management and data handling.

## How to run it

Run the following after cloning the repo.

```bash

cd conFusion
npm i
npm start

```