Skip to content

bugramurat/dblp-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

DBLP Clone

A web application consisting of user and admin interfaces, adding authors and articles to the neo4j database from the admin interface, viewing the neo4j database as a table or graph and searching by author or article from both panels
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Screen Shot

A web application consisting of user and admin interfaces, adding authors and articles to the neo4j database from the admin interface, viewing the neo4j database as a table or graph and searching by author or article from both panels. Simply put, it's a DBLP clone.

(back to top)

Built With

(back to top)

Getting Started

Make sure to you have Visual Studio Code

Prerequisites

Download and install XAMPP Control Panel for MySQL connection

Installation

  1. Get a free API Key at https://neo4j.com
  2. Clone the repo
    git clone https://github.com/bugramurat/dblp-clone.git
  3. Install NPM packages
    npm install
  4. For neo4j connection enter your url, username and password in index.js
    60   const uri = "ENTER YOUR URL";
    61   const user = "ENTER YOUR USERNAME";
    62   const password = "ENTER YOUR PASSWORD";
  5. For mysql connection enter your port, username, password, database name
    12   port: 3307,
    13   user: "root",
    14   password: "",
    15   database: "blobfile",
    and your table name in users.js and index.js (line numbers will be different in index.js)
    41   "SELECT password, id from users where email = ?",
  6. Open XAMPP and enable Apache and MySQL

(back to top)

Usage

To run it, type the following into the terminal

nodemon

The website will be opened at http://localhost:3000

For admin interface use http://localhost:3000/admin/login

For user interface use http://localhost:3000/users/login

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Bugra Murat - bugramurat.q@gmail.com

Project Link: https://github.com/bugramurat/dblp-clone

(back to top)

Acknowledgments

(back to top)

About

DBLP clone with neo4j and Express.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published