CP ❤️ is made for programmers, mobile-ready, NodeJS powered HTML5 website
- CRUD post
- Login/#
- Comments
- Discuss forum added
- Feedback system with email service
- # Page refresment + ADMIN Feature
You can also:
- Discuss with different topics on different Rooms
Dillinger uses a number of open source projects to work properly:
- Node.JS evented I/O for the backend
- Bootstrap v4.5 - CSS
- Socket.io - ChatRoom
- Passport - Auth.
- Express - fast node.js network app framework
- MongoDB - Database
- Mongoose to connect to DB(MongoDB Atlas)
And of course CP ❤️ itself is open source with a Repository on GitHub.
CP ❤️ requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd CPLOVE
$ npm install -d
$ npm start
For production environments...
create an .env file
Want to contribute? Great!
FORK the repository
- CHATroom connect to DB
- ChatRoom auth addition
- Adding Interviev prep page!
- online IDE support
- Question from different websites for practice
MIT
Free Software, Hell Yeah!