/users-social-media-post

Users social media engagements

Primary LanguageTypeScript

users-social-media-post

Users social media engagements

Follow steps to run application

Backend setup steps

Download and install docker based on your devices(Linux/Windows/Mac) - https://docs.docker.com/get-docker/

  • Clone repository

    git clone https://github.com/akhtarvahid/users-social-media-post.git

  • Run command in terminal

    docker run --name mongo -p 27017:27017 -d mongo

    cd users-backend

    npm install

    npm run start:dev

  • Graphql playground - http://localhost:3333/graphql

Front-end setup steps

To check local database