File | Date | Author | Commit |
---|---|---|---|
.github | 2023-03-17 |
![]() |
[c9d4b7] Create .github/dependabot.yml |
img | 2023-03-12 |
![]() |
[2dbab1] Add files via upload |
public | 2023-03-13 |
![]() |
[f177fd] Add files via upload |
views | 2023-04-04 |
![]() |
[91c170] Update blogs.ejs |
.gitignore | 2023-03-11 |
![]() |
[12a97d] Initial commit |
LICENSE | 2023-03-13 |
![]() |
[06dbc4] Create LICENSE |
README.md | 2023-03-17 |
![]() |
[595040] Update README.md |
app.js | 2023-04-02 |
![]() |
[e0f5a1] Update app.js |
package-lock.json | 2023-03-17 |
![]() |
[772ba0] Bump ejs from 2.6.1 to 3.1.7 |
package.json | 2023-03-17 |
![]() |
[772ba0] Bump ejs from 2.6.1 to 3.1.7 |
VIDVATTA is an simple to set-up blog application for developers who want to start their own blog.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
VIDVATTA is an simple-to-setup blog application of developers who are interested to start theis own blog.
The demo can be seen in the VIDVATTA website. The data gets stored in you can edit your database link in
app.js
file, and the rich-text editor on this site comes with the help of <bold>Tinymce</bold>
Follow these simple steps to get started
* Fork this repository
* Clone your forked repository
* Run npm i
to install modules
* Run nodemon
or node app.js
git clone <url>
$ git clone https://github.com/atharva-codes/VIDVATTA.git
npm i
in your terminal to install node_modules
and all dependencies in package.json
$ npm i
After installation replace the TinyMce cloud url in views/partials/header.ejs
add your own url to access rich-text-editor
Run nodemon
in your terminal if installed to start the node server and watch for changes in app.js
$ nodemon
node app.js
to start the server if nodemon
is not installed$ node app.js
Server started on port 3000
app.js
:mongoose.connect("mongodb://localhost:27017/blogDB", {useNewUrlParser: true});
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
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!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
contact me on Email
Project Link: https://github.com/atharva-codes/VIDVATTA
Made with contrib.rocks.