Skip to content

This repository contains code and resources for backend Api of application that manage loans simlations (MySimulateur App)

Notifications You must be signed in to change notification settings

zakariaaad/simulateur_back

Repository files navigation

Backend Api for MySimulateur App

In this repo I have created a restful api for application of creating credit simulations for individuals on real estate, vehicles, etc.
This is the first version V0.1 Only Backend API -- Server Side --

Tech Used : Nodejs, Express JS and Mysql
Also for Authentification i've used JWT library for login and security

Author : Zakaria AADEL

MySQL configuration

Please create database with name simulateur in Mysql
You will find the database separatly from the folder Simulateur.sql
i've created an example of environnement file called env.example to make the changes in database configuration with API .
you have to import database in phpmyadmin

In the project directory, you can run:

npm install

This will install the dependencies inside node_modules

node server.js OR nodemon start OR npm start

lunch app with npm start Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.

About

This repository contains code and resources for backend Api of application that manage loans simlations (MySimulateur App)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published