Git Product home page Git Product logo

evs-system's Introduction

EVS-System

  • Frontedend: React.js
  • Backend: Spring-Boot

Backend-Setup

Software rewuirement:

Mysql Workbench [download file https://dev.mysql.com/downloads/workbench/ ] sts-4.1.1.RELEASE [download zip file from https://spring.io/tools3/sts/all ]

Instruction:

open project folder in sts tools File>Open project from file system > select folder directory [D:\Tajul\Final Project\EMS\backend]

right click on project > maven > update project . [project name in left side tab ]

Go to --> src/main/java > com.election.management.utility > StorageProperties.java change the image folder path. [copy directory from folder properties]

private String location = "D:\Tajul\Final Project\EMS\backend\voter_list_images";

DB setup:

Open MySql Workbenchand and create new user from entering root and run this --> CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';

Example: CREATE USER 'tajulislam'@'localhost' IDENTIFIED BY 'admin';

GRANT ALL PRIVILEGES ON . to 'tajulislam'@'localhost';

Now from workbench home create a new connection

Enter connection name as EMS and user [your user name that you create like tajulislam] 3. Test connection and ok. 4. From workbench home open your connection using your password 5. Create new schema from left bar schema by right click> crete schema enter schema name like ems_db > Apply

Note: if schema name not showed then close the connection and reopen the connection.

Right click > Run as > Java Application

Fronted-Setup

Installation

Please run the following commands in cmd

npm init
npm install
npm start

Admin

Voter

  • username:Voter1@1234
  • password:123456

ScreenShots

Screenshot (12) Screenshot (7) Screenshot (8) Screenshot (9) Screenshot (10)

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.