Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaypardeshi committed Apr 26, 2021
1 parent b3cd488 commit 9d116c2
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,63 @@
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'java1234!';
# Target

## Automatic NBA CO Attainment Calculator

Calculation of termwork, internal scores and attainment is one of the more essential parts of the working of any institute. Trying to automate this process is what our project focuses on. We have created an extremely intuitive portal which makes it easier for the staff members to communicate with their respective subject heads and keep a track of individual student assessment. We used MySQL as the database backend along with NodeJS and ExpressJS. React was used to make a clean interface.

## Prequisites on the local machine to project to be run:

1. Node JS v12.x or above
2. Yarn v1.22.x or npm v6.x or above

## Steps to run the project on the local machine

1. Clone this repository into your local machine by using<br>
`git clone https://github.com/tanmaypardeshi/Target.git`

* ### Setting up the node.js local server:

1. cd into the <i>backend</i> directory.
2. Use command **yarn** to install node modules for the front end.
3. Once the node modules have been installed, run **yarn start** to start the development server.

* ### Setting up the react local server:

1. cd into the <i>frontend</i> directory.
2. Use command **yarn** to install node modules for the front end.
3. Keep the node server up and running to make the website functional.
4. Once the node modules have been installed, run **yarn start** to start the development server.

## Snippets of the platform :


**Login and registration:**

<p float="left">
<img src="screenshots/1.PNG" alt="1.PNG" width="700" height="300">
<img src="screenshots/2.PNG" alt="2.PNG" width="700" height="300">
</p>

**Admin Interface:**
<p float="left">
<img src="screenshots/3.PNG" alt="3.PNG" width="700" height="300">
<img src="screenshots/4.PNG" alt="4.PNG" width="700" height="300">
</p>

<p float="left">
<img src="screenshots/5.PNG" alt="5.PNG" width="700" height="300">
<img src="screenshots/6.PNG" alt="6.PNG" width="700" height="300">
</p>

**Teacher Interface:**

<p float="left">
<img src="screenshots/7.PNG" alt="7.PNG" width="700" height="300">
<img src="screenshots/8.PNG" alt="8.PNG" width="700" height="300">
</p>

**Coordinator Interface:**

<p float="left">
<img src="screenshots/9.PNG" alt="9.PNG" width="700" height="300">
<img src="screenshots/10.PNG" alt="10.PNG" width="700" height="300">
</p>
Binary file added screenshots/1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/10.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/5.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/6.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/7.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/8.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/9.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d116c2

Please sign in to comment.