Share your valuable knowledge and experience with others
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Unlease your creativity with Ace-It Articles, minimal design, adfree and free limit of posting articles
Here's why:
- Developed a distributed platform to help individuals to share their knowledge with others with no additional subscription.
- Established multiple functionalities to support individual user contributions and an admin panel to issue the articles.
- A simplier minimalistic user interface with 0 ads.
follow this README.md
file for get started
Follow this instructions and setup this project on your system locally
Node.js and MongoDB should be installed in your system.
Don't forget to set environment variables of PORT
and MONGO_URI
.
- Clone the repo
git clone https://github.com/subh-23/Ace-It-Articles.git
- Install NPM packages
npm install
- Create .env file in the parent file directory and copy this
const PORT = 3000 const MONGO_URI = 'mongodb://localhost:27017/myapp'
- Start the server
npm start
- Better user interface
- Post articles with images
- Permession based login with security
- User can edit and delete their own articles
- Admin can delete everyones articles
- No any user can delete and edit other user's articles
- Random generated avatar
- Include like and comment on each articles
- Users can follow fellow users
- Search Bar
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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
Distributed under the Apache License. See LICENSE
for more information.
Subhodip Roy - @23_subh - subhodiproy281@gmail.com
Project Link: https://github.com/subh_23/Ace-It-Articles