The site is live!
Email: [email protected]
Password: 123456
Before you start, make sure you have these accounts:
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.
Clone the repository:
git clone https://github.com/YezGotIt/fullstack-project-shorturl.git
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
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