Giter VIP home page Giter VIP logo

sms-web-app's Introduction

Roboost - SMS

A Student Management System web application using Angular.

Installation

Clone the project

  git clone https://github.com/abdelrahmman97/sms-web-app.git

Go to the project directory

  cd sms-web-app

Install dependencies

  npm install

How to run locally

Start the server

  ng serve

or

  ng s -o

Navigate to http://localhost:4200/

Project structure and organization

sms-web-app/
|-- src/
|   |-- app/
|   |   |-- authentication/
|   |   |   |-- authentication-routing.module.ts
|   |   |   |-- authentication.module.ts
|   |   |   |-- login/
|   |   |   |-- register/
|   |   |-- student-management/
|   |   |   |-- student-management-routing.module.ts
|   |   |   |-- student-management.module.ts
|   |   |   |-- student-list/
|   |   |   |-- student-edit/
|   |   |   |-- student-create/
|   |   |-- core
|   |   |   |-- services/
|   |   |   |-- models/
|   |   |   |-- guards/
|   |   |   |-- interceptor/
|   |   |-- shared
|   |   |   |-- components
|   |   |   |   |-- header/
|   |   |-- app-routing.module.ts
|   |   |-- app.module.ts
|   |   |-- app.component.html
|   |   |-- app.component.ts
|   |   |-- app.component.css
|   |-- assets/
|   |-- environment/
|   |-- main.ts
|   |-- index.html
|   |-- styles.css
|-- angular.json
|-- package.json
|-- README.md
|-- tsconfig.json

API Reference Used

Get all students

  GET /Student/Get

Get all students created by logged in user

  GET /Student/GetAuthorized

Get student to show

  GET /Student/GetByID?id=${id}
Parameter Type Description
id number Required. Id of student to fetch

Get student to edit

  GET /Student/GetEditableByID?id=${id}
Parameter Type Description
id number Required. Id of student to fetch

Create new student

  POST /Student/POST
Parameter Type Description
FirstName string Required.
LastName string Required.
Mobile string Required.
Email string Required.
NationalID string Required.
Age number Required.

Edit student

  PUT /Student/PUT
Parameter Type Description
NameArabic string Required.
NameEnglish string Required.
ID number Required.
FirstName string Required.
LastName string Required.
Mobile string Required.
Email string Required.
NationalID string Required.
Age number Required.

Delet student

  DELETE /Student/Delete
Parameter Type Description
ID number Required. Id of student

User login

  POST /User/Login
Parameter Type Description
UserName string Required.
Password string Required.

User register

  POST /User/POST
Parameter Type Description
Name string Required.
UserName string Required.
Password string Required.

User logout

  POST /User/Logout

Additional libraries or dependencies used

library link
ngx-loading-bar https://github.com/aitboudad/ngx-loading-bar
ngx-translate https://github.com/ngx-translate/core
ngx-toastr https://github.com/scttcper/ngx-toastr
bootstrap https://getbootstrap.com/docs/

sms-web-app's People

Contributors

abdelrahmman97 avatar

Watchers

 avatar

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.