Skip to content

A blog engine with author authentication and all other features in Nodejs.

Notifications You must be signed in to change notification settings

AmanGarg97/Blog_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best Practices for a NodeJS Project

Make separate folders for files,databases,frontend and server code.

How to run this?

  1. Clone the repository.
  2. Install dependencies.
  3. Run src/run.js

Database Setup

create database sampleblogdb;
create user samplebloguser identified by 'sampleblogpass';
grant all privileges on sampleblogdb.* to samplebloguser;
flush privileges;

About

A blog engine with author authentication and all other features in Nodejs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published