Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.48 KB

Full-Stack Project Short URL

The site is live!

Guest User Access

Email: dummy@gmail.com
Password: 123456

Before you start, make sure you have these accounts:

  1. GitHub account
  2. Render account
  3. MongoDB Atlas or MongoDB Community Server Download

Important:

  • Check the path backend/dotenv/.env before starting the project.
  • Ensure you fill in the required information in the .env file to start the project.

How to Run This Project

Clone the repository:

git clone https://github.com/YezGotIt/fullstack-project-shorturl.git

Starting the Backend

Follow these commands:

cd fullstack-project-shorturl/      # Navigate to the project directory

cd backend/                         # Enter the backend directory

npm install                         # Install dependencies

npm run dev                         # Start the server

Starting the Frontend

Execute these commands:

cd fullstack-project-shorturl/      # Navigate to the project directory

cd frontend/                        # Enter the frontend directory

npm install                         # Install dependencies

npm start                           # Start the server

You can also watch here!

image