Skip to content

Sample web app built with FastAPI, React, MongoDB, SPARQL

Notifications You must be signed in to change notification settings

davidristov/hip-hop-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hip-hop-web

Simple web project with FastAPI, MongoDB, ReactJS. Uses SPARQL to query dbpedia and stores data into MongoDB.

Run

Start MongoDB: docker run -d -p 27017:27017 mongo:latest

Run queries and populate the DB: python3 init_db.py

Start backend: uvicorn main:app --reload

Start frontend: npm start

TO-DO

docker-compose.yaml (maybe) ...

About

Sample web app built with FastAPI, React, MongoDB, SPARQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published