Skip to content

vinhdev17/DevVitality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevVitality version author

A social networking for all developers on the world

License

MIT

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • NodeJS - A Javascript runtime

Installing NodeJS

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

git clone https://github.com/avitryhard/DevVitality.git
cd DevVitality
npm install
cd client
npm install
cd ..
npm run dev

Then open http://localhost:3000/ to see your app

Installing NodeJS

Deployment

Project Structure

DevVitality
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── server.js
├── config
│   ├── db.js
│   ├── default.json
│   └── production.json
├── middlewares
│   └──auth.js
├── models
│   ├── Post.js
│   ├── Profile.js
│   └── User.js
├── routes/api
│   ├── auth.js
│   ├── posts.js
│   ├── profile.js
│   └── user.js
└── client
    ├── node_modules
    ├── package.json
    ├── public
    │   ├── favicon.ico
    │   ├── index.html
    │   └── manifest.json
    └── src
        ├── App.css
        ├── App.js
        ├── store.js
        ├── index.js
        ├── actions
        ├── components
        ├── helpers
        ├── img
        ├── reducers
        └── utils
          └── setAuthToken.js

About

A small social media with MERN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published