Skip to content

πŸš€ A NextJS-based messaging app inspired by X (Twitter) 🐦, powered by Node.js modules like Express, bcrypt, and mongoose

Notifications You must be signed in to change notification settings

ManikLakhanpal/BlogWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BlogWebApp 🌐

A simple blog site created by Manik Lakhanpal, currently a work in progress! ✨ You can access the live version on blogs.w16manik.ninja πŸš€

Getting Started 🎯

These instructions will help you set up and run the project on your local machine. πŸ’»

Prerequisites πŸ“‹

Before you begin, make sure you have Deno, Node, and npm installed on your machine. βš™οΈ

Installing Deno πŸ¦•

If you don't have Deno installed, follow these steps:

  1. Download Deno: πŸ“₯

    • Visit the official Deno website
    • Download the recommended version for your operating system
  2. Run the Installer: πŸ”§

    • Follow the installation wizard instructions
    • You can use the default settings in most cases
  3. Verify Installation: βœ…

    • Open a terminal or command prompt
    • Type the following command to check the installed Deno version:
      deno -v
    • You should see version numbers for Deno 2.x.x

Installing Project Dependencies πŸ“¦

To install the project dependencies, run the following command in your frontend directory:

npm install

This command installs all the required packages listed in the package.json file.

Launching the Site πŸš€

You can launch the site using the following commands:

  • In backend directory use:
    deno run main.ts
  • In frontend directory use:
    npm run dev

These commands will start the application on port localhost:3000. 🌟

The first command starts the API server. Now, you can access the site in your web browser at http://localhost:3000 🌐

Contributing 🀝

Email me if you want to contribute πŸ‘‰ lakhanpalmanik@protonmail.com πŸ“§

Using ℹ️

Feel free to customize it further based on your project's specifics! 🎨

About

πŸš€ A NextJS-based messaging app inspired by X (Twitter) 🐦, powered by Node.js modules like Express, bcrypt, and mongoose

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published