currently being patched...
Would need this
https://github.com/EliHood/similar-qeddit-service
yarn install
yarn compile:watch
Secondary window/tabyarn start
Primary window/tab
- Docker
- React(tsx) (some React Hooks)
- TypeScript
- Redux
- Redux Saga
- Sequelize
- Pusher
- Sign Up
- Repost
- Search Posts
- Sign Up Validations
- Mention Users
- Log in
- Google Oauth login
- Log Out
- Comment Replies
- Like A Post
- Unlike A Post
- Add Comment to a Post
- Email Confirmation
- Edit Profile
- Comment Notifications
- Follower User/Unfollow User
-
docker exec -it database psql -U postgres -c "CREATE DATABASE elitypescript"
-
docker-compose up --build --force-recreate
username: Caesar
password: fish123
Once docker-compose up
is running do
docker ps
from here you should see container ids.
Find the container id for the postgres database or service name in my case its called "database". That container id will be used for the following instructions
some helpful notes
docker logs
container id