Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Project Structure

Kaliuzhnyi Serhii edited this page Oct 20, 2020 · 2 revisions

src

  • components

pages : > Index.tsx , Index.scss

shared : > Index.tsx , Index.scss

  • util

api.js

  • images
  • routes

Also another files

  • .env(Save all secret keys and variables)
  • package-lock.json
  • package.json

Backend

  • src

utils

db > mongoose.ts

models > users, posts

routes

controllers

Clone this wiki locally