Code Monkey home page Code Monkey logo

linkedin-clone's Introduction

NodeJS NestJS Typeorm Postgres JWT TypeScript Socket.io Jest Angular Ionic cypress NPM Postman Git WebStorm


Description ๐Ÿ“„

This project is an attempt to replicate the limited functionality of the application "Linkedin". Implemented design for mobile devices.

This project implements such functions as jwt authorization, roles, registration of new users, adding friends, adding posts, sending messages to friends in private chats.


Installation on the Client and the Serverโ˜•

$ npm install
or
$ yarn install

Setup environment on the Server๐Ÿ”ง

# development mode
1. Create inside server dir file .env
2. Copy content from .env.dist to .env
3. correct inside the .env file the data to the required

Run migrations on the Server

# generate migrations
$ npm run migration:generate -- db/migrations/migration_name

# run migrations
$ npm run migration:run

Run the app on the Server๐Ÿš€

# development mode
$ npm run start:dev
or
$ yarn start:dev

Tests on the Server๐Ÿ›

# unit tests
$ npm run test
$ yarn test

# e2e tests
$ npm run test:e2e
$ yarn test:e2e

# test coverage
$ npm run test:cov
$ yarn test:cov

Running the app on the Client๐Ÿš€

# development mode
$ ionic serve

Tests on the Client ๐Ÿ›

# unit tests
$ ng test
or
$ ng test auth.page.spec.ts

# e2e tests
$ npm run cypress:open
$ npm run cypress:run

$ yarn test:cypress:open
$ yarn test:cypress:run

# test coverage
$ ng test --no-watch --code-coverage

linkedin-clone's People

Contributors

tarasmakarchuk avatar

Stargazers

Jarrian Gojar avatar  avatar

Watchers

James Cloos avatar Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.