Skip to content

abinashpanda/dopplr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dopplr

Codebase for dopplr

  • nestjs backend
  • mongodb database
  • react frontend with antd and tailwindcss setup

Out of the box support for

  • User authentication (both server and client)
  • GraphQL support

Prequisites

Setup

If you are running the dockers for the first time (or anytime the Dockerfile or docker-entrypoint.sh changes), make sure to build all the containers using

[sudo] docker-compose up --build

Later on, to start all the 3 dockers (database, backend and client) use

[sudo] docker-compose up

To install any package in the client, start the docker shell

[sudo] docker-compose exec client sh

Similarly, to install any package in the client, start the docker shell

[sudo] docker-compose exec backend sh

It would open the shell and you can then install any dependency using npm or yarn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published