Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sr7sudhanshu/blogsite

my backend project which is a user-friendly blogging platform
https://github.com/sr7sudhanshu/blogsite

backend bootstrap css ejs express html javascript mongodb nodejs

Last synced: 1 day ago
JSON representation

my backend project which is a user-friendly blogging platform

Awesome Lists containing this project

README

        

Clone the repository:
git clone https://github.com//.git
cd

Install dependencies:
npm install

Create a .env file in the root directory with the following variables:
PORT=3000
MONGO_URI=your-mongodb-connection-string
SECRET=your-secret-key
SECRET2=your_secret_key_2

Start the development server:
npm run