Code Monkey home page Code Monkey logo

contacts-keeper's Introduction

Contact keeper MERN App


File structure

├── README.md
├── client
├── config
├── middleware
├── modules
├── node_modules
├── package.json
├── routes
├── .env
└── server.js

🧐 What's inside?

  • README.md: A text file containing useful reference information about your project.

  • client Front-end (React application)

  • config contain the ´db.js´ that connect the MangoDB database

  • middleware contain auth.js

  • modules database schemas

  • /node_modules: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

  • package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).

  • package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  • routes API endpoint

  • .env For the environment variables

  • sever.js handle the server

Usage

  • Run both application locally (server-side and clint-side) Navigate to the roo project and run npm run dev

  • Run only the server-side from the root directory npm run server

  • Run only the clint-side from the root directory npm run client

  • Live link https://guarded-woodland-78690.herokuapp.com/login

contacts-keeper's People

Contributors

alikdhim87 avatar dependabot[bot] avatar

Watchers

 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.