Skip to content

This repository contains code and resources for Backend & Frontend Crud Application (Angular + ExpressJS)

Notifications You must be signed in to change notification settings

zakariaaad/CRUDApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crud Application

This repo is for a sample Crud Project for managing employees of a company & testing Angular Framework
You will find 2 separate folder
Architecture used : Backend API - Frontend
Tech Used : (Angular & Nodejs with express + Mysql)

MySQL configuration

You will find a file employee.sql
You have to import this file in Mysql database using PhpMyAdmin
Module developped specificly for employee management application

you have to run this commmand in your CMD to install node modules !!

For Backend & Frontend

npm install