Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sr7sudhanshu/blogsite
- Owner: SR7sudhanshu
- Created: 2024-12-31T16:04:54.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T16:22:58.000Z (9 days ago)
- Last Synced: 2024-12-31T17:20:16.116Z (9 days ago)
- Topics: backend, bootstrap, css, ejs, express, html, javascript, mongodb, nodejs
- Language: EJS
- Homepage:
- Size: 7.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clone the repository:
git clone https://github.com//.git
cdInstall dependencies:
npm installCreate 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_2Start the development server:
npm run