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
FullStack Project - Simple Social Network
Major frameworks for the project.
Must have node.js installed on your computer.
- Clone the repo
git clone https://github.com/mpfdev/100DevsTwitterNetwork.git
- Install NPM packages
npm install
- Create a .env file inside config folder
DB_STRING = URL_CONNECT_MONGODB PORT = 3000
- Run server
node server.js
- User Authentication
- MVC Pattern
- Index & Dashboard Layout
- User & Post models
- Feed with all user's posts
- Delete & Like function
- Upload Images
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Built with ❤️ by @mpfdev, @dnbull, @noxyeah, @demiroar, @sk1pio, and @ComradeNizzy 👋🏽 Get in touch!
Under Construction
