A todo app with NodeJS, MongoDB, Apollo, GraphQL and React
- Navigate to
cd server/src/config - Copy the
database.js.examplefile and Update the copied name without.example - Update your database name and host
docker-compose upuse-dfor detached mode.
- Navigate to
cd server/src/config - Copy the
database.js.examplefile and Update the copied name without.example - Update your database name and host
- Run
./run.sh
- Navigate to
cd server/src/config - Copy the
database.js.examplefile and Update the copied name without.example - Update your database name and host
- Run
docker-compose up --build -d
Your apps will be running on 5000(Server) and 3000(Client) ports. Enjoy :)