Allows you to view data on all obtainable characters in Girls' Frontline (GFL).
This project consists of an ASP.NET Core Web API serving as the backend, with a ReactJS frontend which allows users to view data about GFL characters from, currently, a local SQL database. It also allows the user to add, update, and remove data in the database.
You will need Git and Node.js installed on your computer.
-
In the command line:
# Clone this repository $ git clone https://github.com/Nympfonic/GFLIndex.git # Go into the repository $ cd GFLIndex # Install dependencies $ npm install
-
Run the
PopulateDatabase.sql
script -
Open the
GFLIndex.sln
project solution -
Build and run the project
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
For more examples and usage, please refer to the [Wiki][wiki].
Nympfonic – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/Nympfonic/GFLIndex/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request