/mao-admin-panel-react

Admin panel for AituProjectChallenge#13

Primary LanguageJavaScript

image image image image

MAO Admin Panel

Description

It's an admin panel for mobile application on medicines and their interactions

The technical task was provided by Astana Medical University, during AITU Project Challenge Task #13

Link to the Backend Repository

Features:

  • CRUD operations for users, medicines and posts
  • Integrated Redux for state management
  • Layout and UI made with only CSS
  • Simple Modular Architecture (UI -> Components -> Modules -> Pages)
  • Warning: Update operations are not realized yet

Getting Started

It's mandatory to install NodeJS. After open the command line.

  • Clone the latest version
 git clone https://github.com/zaurbbb/mao-admin-panel-react
  • Change directory to project's folder
 cd mao-admin-panel-react
  • Install dependencies
 npm install
  • Run project
 npm start

Now, web-application is running on http://localhost:3000/ or another port that must be mentioned on the command line.