Logo

100Devs Twitternet

A simple social network inspired on Twitter. Created with the concepts of CRUD, and built with MVC Architecture.

Under Construction

About The Project | Getting Started | Features | Optimizations | Connect with me | Latest Works

About the Project

screenshot

FullStack Project - Simple Social Network

Built With

Major frameworks for the project.

Getting Started

Prerequisites

Must have node.js installed on your computer.

Installation

  1. Clone the repo
    git clone https://github.com/mpfdev/100DevsTwitterNetwork.git
  2. Install NPM packages
    npm install
  3. Create a .env file inside config folder
    DB_STRING = URL_CONNECT_MONGODB
    PORT = 3000
  4. Run server
    node server.js

Features

  • User Authentication
  • MVC Pattern
  • Index & Dashboard Layout
  • User & Post models
  • Feed with all user's posts
  • Delete & Like function
  • Upload Images

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact with me

Built with ❤️ by @mpfdev, @dnbull, @noxyeah, @demiroar, @sk1pio, and @ComradeNizzy 👋🏽 Get in touch!

Latest Works

Under Construction