Skip to content

Abhishek-jha-96/Musica

Repository files navigation

Musica

A web application where you can vote the tracks of your favorites.

Setup Instructions

Clone the repository. It contains both the frontend and the backend, so the backend directory can be moved and deployed separately if needed.

Frontend Configuration

Requirements

  • Node.js and npm

Steps to Set Up the Frontend

  1. Clone the Repository
   git clone <repository-url>
   cd musica
  1. Install dependencies
   npm install
  1. Run the Development Server To start the Next.js development server, run:
    npm run dev

This command will start the server and you can access the application in your browser at http://localhost:3000.

  1. Build the Project To create an optimized production build of the application, run:
npm run build

This command generates a .next folder containing the compiled application.

  1. Start the Production Server After building the project, you can start the production server with:
npm start

This command runs the built application. By default, it will be accessible at http://localhost:3000.

  1. Run Tests If you have tests set up for your Next.js project, you can run them using:
npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published