Skip to content

📺 Rick and Morty Wiki made with Flask and Neo4j.

Notifications You must be signed in to change notification settings

imgios/RaM-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📺 Rick and Morty Wiki

Rick and Morty Wiki is a Web Application project for academic purposes.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python >=3.8
  • pip
  • venv
  • Flask
  • Neo4j

Installing

  1. Clone the repository
$ git clone https://github.com/imgios/RaM-wiki.git
$ cd RaM-wiki
  1. Create a new virtualenv and activate it:
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install dependencies:
$ pip3 install -r requirements.txt
  1. Create a new Neo4j database and edit database username and password in utilities.py:
def getConnection():
    dbUsername = 'neo4j' # replace neo4j with your database username
    dbPassword = 'ramwiki' # replace ramwiki with your database password
    ... 
  1. Run the script createdb.py in order to populate the database:
$ python3 ramwiki/createdb.py
  1. Run the application:
$ python3 run.py

Built With

Acknowledgments

Thanks to rickandmortyapi.com, used for the dataset creation.

About

📺 Rick and Morty Wiki made with Flask and Neo4j.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published