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
- Host: GitHub
- URL: https://github.com/samyc2002/confusion
- Owner: Samyc2002
- License: gpl-3.0
- Created: 2021-05-23T08:09:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T07:23:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T03:13:35.758Z (4 months ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conFusion
: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```