Skip to content

YezGotIt/fullstack-project-shorturl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published