Skip to content

tmrev/tmrev-local-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This is a docker-compose file to setup a local mongodb instance.

Recommend

  • Its very recommended to have MongoDB Compass installed its a great tool provided by the MongoDB team

Must haves

Lets get Started

Your file should look:

ENV FILE

TMDB_API_KEY="***"
TMDB_BASE_URL="https://api.themoviedb.org/3/"

TMREV_API_BASE_URL="http://localhost:8080"

# Found here
# https://console.developers.google.com/apis/credentials?project=[PROJECT_ID]
FIREBASE_API_KEY="***"

enter this command in the root directory of the project

docker-compose up -d
cd tmrev-admin

yarn dev

You now should be able to connected to your dockerized instance of mongodb from MongoDB Compass using mongodb://127.0.0.1:27017 as the url.

About

Local database used for local development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •