Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.75 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.75 KB

VK Copy on NEXT.JS with authentification

NEXT.JS NodeJS Express.JS MongoDB

Screenshots

Sign in Sign up
Image 1 Image 2
Profile Users
Image 3 Image 4

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/FaxWeb7/NEXT-VK-Copy.git
  2. Install NPM packages
    npm install
    npm install --server
    npm install --client
  3. Run project
     npm run dev

Roadmap

  • Create structure
  • Back-end code for user auth
  • Sign in page
  • Sign up page
  • Profile (=Home) page
  • Users page
  • User details page
  • Conversations page
  • Dialog page
  • .....